Commit Graph
59 Commits
Author SHA1 Message Date
rootiest 091b460aa2 remove unused editor plugins 2024-12-28 18:47:43 -05:00
rootiest be6645bdd5 feat: enable main entry point for indent-blankline plugin 2024-12-18 14:24:43 -05:00
rootiest b7acc379bf feat: enhance cursor functionality with smear cursor integration 2024-12-11 14:57:39 -05:00
rootiest b346b142eb refactor: remove unused Noice plugin configuration 2024-12-11 14:57:08 -05:00
rootiest 89453dc581 🚑 Quickfix(offset_encodings): address nvim-nightly offset_encoding deprecations
This is a temporary hotfix to deal with offset_encoding/position_encoding requirements in the latest
nightly builds. Plugins should be updated to address this.

BREAKING CHANGE: blink.cmp is not working, fallback to nvim-cmp. noice.nvim using a fork. Likely
more to come. Watch for 'offset_encoding' scope tags in later commmits.
2024-11-25 19:12:25 -05:00
rootiest 25072a82ae feat: add ast-grep integration for Grug-Far 2024-11-25 19:08:52 -05:00
rootiest 03751a3a71 feat: add customizable parameters for smear cursor animation 2024-11-25 19:07:10 -05:00
rootiest 9ade777c01 fix: disable deprecated LSP provider in illuminate settings 2024-11-24 20:20:45 -05:00
rootiest 2b0b71d141 feat: implement smear cursor functionality with customizable options 2024-11-24 20:20:13 -05:00
rootiest 2d5a077607 feat: add smear cursor functionality for improved visual feedback 2024-11-24 03:19:59 -05:00
rootiest 47544753c1 chore: remove commented-out configuration for footprints plugin 2024-11-23 14:25:14 -05:00
rootiest 3f096313fc fix: ensure single quotes are used consistently across configuration files 2024-11-12 14:19:44 -05:00
rootiest 47765ecb02 chore: set comment box plugin to load eagerly 2024-11-10 14:46:35 -05:00
rootiest 823e113276 🧹 refactor(data): require data modules directly
require data modules directly throughout config. No longer user
require("data") as a parent module
2024-11-08 12:39:30 -05:00
rootiest 82e6630575 fix: correct condition for todo comments 2024-11-05 05:53:54 -05:00
rootiest fb29e927fc feat: enhance Todo comments functionality with conditional rendering 2024-11-03 01:52:15 -04:00
rootiest a09d836f0d feat: enhance statusline with icon and text concatenation 2024-10-11 12:49:00 -04:00
rootiest a8849c6a95 feat: add loading options for WezTerm types support 2024-10-11 06:54:36 -04:00
rootiest 569505b073 refactor: replace 'enabled' with 'cond' for plugin configurations 2024-10-08 04:26:32 -04:00
rootiest e2a4b53a26 feat: use rootiest fork of volt
-- Adds a 'VoltWindow' filetype to volt windows
2024-10-04 16:58:23 -04:00
rootiest 1bdab9638f perf: improve cmp performance 2024-10-04 14:00:07 -04:00
rootiest 2c3ecca796 feat: introduce duck.nvim plugin with key mappings 2024-09-25 06:17:49 -04:00
rootiest 153aee5333 refactor: update UndoTree plugin configuration for better user experience 2024-09-16 06:34:35 -04:00
rootiest da34d98a1c refactor: reorganize post-configuration functions into utils module 2024-09-15 06:14:16 -04:00
rootiest d140f928ca feat: add new Telescope extensions including frecency, undo tree, and recent files 2024-09-15 01:07:03 -04:00
rootiest 795a442e9f feat: add Frecency Telescope extension 2024-09-13 09:19:29 -04:00
rootiest 03ddd8b2c1 🐛 fix(multiplatform): adjustments to support multiple platforms 2024-09-06 10:48:58 -04:00
rootiest 273580f533 ♻️ refactor(full-scope)!: major revision refactoring
Code layout has been changed and improoved. Annotations are added for documentation. Automated through utility functions and data tables

BREAKING CHANGE: Tested from clean. Now properly uses LuaRocks to install dependencies.
2024-09-04 16:07:12 -04:00
rootiest 08387f83d5 feat: add colorful window separators plugin with customization options 2024-08-31 16:42:53 -04:00
rootiest 0fcb172fcc refactor: consolidate plugin dependencies into a central data source 2024-08-31 03:01:13 -04:00
rootiest ef011f2263 feat: add mini-move plugin to enhance text movement 2024-08-29 14:48:34 -04:00
rootiest a62b264d03 feat: add Rainbow Delimiters for colorful delimiter highlighting 2024-08-28 06:37:14 -04:00
rootiest c02ba52ff1 refactor: simplify data variable usage across multiple modules 2024-08-24 16:32:29 -04:00
rootiest 19002d1ebc feat: integrate arrow.nvim with custom options 2024-08-23 10:09:19 -04:00
rootiest 5414d062a7 💡 source-docs(source-docs): use comment labels
Adds some labels in comments to better identify keymaps/options
2024-08-07 19:56:52 -04:00
rootiest 4674922b23 feat(harpoon): add harpoon
Add Harpoon plugin to config
2024-08-07 08:17:11 -04:00
rootiest d125eefdf4 🎨 style(style): improve heading style
Use fancier box style for headings
2024-08-06 05:15:24 -04:00
rootiest 9572bdd0a8 ♻️ refactor(core): add scrolloff plugin, move some plugins to new core category
Add scroll-off plugin. Move "core" plugins to a new lua file
2024-08-06 02:42:45 -04:00
rootiest b622454835 ️ perf(lazy-load): delegate plugins to their cmd/keymaps
Increase performance: Allow plugins to only load with their commands and keymaps whenever possible
2024-08-04 06:57:07 -04:00
rootiest 335fe93d8a feat(fzf)!: switch to fzf-lua instead of telescope
Change the picker provider to fzf-lua and remove telescope plugin

BREAKING CHANGE: Telescope is removed. Fzf-lua provides equivalent functionality. However, the remote-nvim plugin depended on Telescope so it has also been removed.
2024-08-04 04:00:45 -04:00
rootiest c56be45d65 feat(highlights): implement highlighting module
Highlighting module applies highlighting customizations and other font/color enhancements across several plugins
2024-08-02 09:15:53 -04:00
rootiest 23969bc981 🚸 ux(indent-line): use numbered indent blocks 2024-07-28 14:40:40 -04:00
rootiest 64f860517b style(nvim-config): add comments and remove redundant config options
Add comment for Rootiest Config and remove some redundant options from codewindow plugin
2024-07-27 06:08:24 -04:00
rootiest a2ee0c6617 🚀feat!: Add astral.nvim
- Remove rootiest.nvim plugin
- Implements astral.nvim
2024-07-26 14:06:08 -04:00
rootiest 994eae073b 😎 Implements rootiest.nvim plugin
- Remove rootiest module
- import through new rootiest.nvim plugin
- See: https://github.com/rootiest/rootiest.nvim
2024-07-25 05:51:27 -04:00
rootiest 05670570f1 🧙 Implement Rootiest Module
- Major Update!!!
- Implements a rootiest module
  - Consolidates much of the settings
  - Improves usability and efficiency
- Faster Loading
- Cleaner Structure
- More keymaps and plugins now have conditional loading
2024-07-24 13:45:52 -04:00
rootiest c028da522b 🪄 Substitution/Navigation
- Faster/smarter plugin loading
- Substitution motions with the 'x' and 'X' keys
- Fold navigation with Ctrl+hjkl
- Various small tweaks for usability
2024-07-23 04:59:45 -04:00
rootiest 87ede3565e 🐸 Add Leap Plugins
- Implements Leap and Flit
  - Use the 's' and 'S' keys to quickly jump to two-character sets
  - Use the 'f' and 'F' keys to quickly jump to single-character
instances
2024-07-22 17:54:14 -04:00
rootiest 65bbf7fd61 💡 Add better plugin comments
- Add an identifying comment for each plugin
2024-07-21 11:57:56 -04:00
rootiest a804fa6c94 🚚 Better structure
- Reorganize plugins
- Eliminate ui directory
- Follows proper config structure
2024-07-18 13:31:21 -04:00