Commit Graph
96 Commits
Author SHA1 Message Date
rootiest 7c856aaaa5 🧹 chore(astral): inconsequential testing changes in astral plugin 2024-08-02 09:26:51 -04:00
rootiest 4d8dc08a11 🐛 fix(keymaps): remove gS keymap as it conflicts
Remove <leader>gS keymap, use <leader>lg instead
2024-08-02 09:24:54 -04:00
rootiest 2d66d2fa97 feat(utils): add music controls, add capsword, fix thanks.nvim, remove fugitive
Add music controls and capsword plugins, fix a bug in thanks.nvim plugin, and remove fugitive plugin as it is redundant with other plugins
2024-08-02 09:23:27 -04:00
rootiest fd31bae2a8 feat(coding): implement splitjoin plugin and enable codeium chat 2024-08-02 09:18:56 -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 0f3b9c0469 feat(keymaps): add a keymap for yank entire file
Adds <leader>Y to yank the whole buffer contents
2024-07-28 14:41:25 -04:00
rootiest 23969bc981 🚸 ux(indent-line): use numbered indent blocks 2024-07-28 14:40:40 -04:00
rootiest c66dd30b8c 🧹 chore(astral): remove old commented code 2024-07-28 14:40:04 -04:00
rootiest ce36735b4d 🎨 style(theme): tweak theme styling 2024-07-28 14:39:00 -04:00
rootiest e78ced4ea0 feat(astral): update astral config
Update astral config to define the new fallback_themes option
2024-07-27 06:13:51 -04:00
rootiest 8d6780c448 feat(ui): add nekifotch for kitty font management
Adds Nekifotch plugin to allow config of kitty font from inside neovim
2024-07-27 06:10:25 -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 a6c65eec6c feat: Define Leader Key
- Defines the default leader key
2024-07-26 14:08:32 -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 f38daf087c 📝 Tweak Comment Wording
- Minor adjustment to wording of comments
2024-07-24 12:58:58 -04:00
rootiest 91f8370faf 🎨 Theme Update
- Add Zenbones theme
- Integrate grug_far in catppuccin
2024-07-23 22:29:41 -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 e16d2a4c8e 🦸 Hardmode keymap
- Hardmode for learning better vim motion habits
- Press '<leader>h' to toggle
  - Toggles Precognition hints
  - Toggles Hardtime plugin
2024-07-22 17:58:49 -04:00
rootiest 8bfaed4e73 🐙 Add GitLinker
- Quickly create (and yank) links to code blocks on git repos
- Select text in nvim -> Get link on github

- Tweak to hardtime:
  - Always include hardtime plugin
  - Toggle 'enabled' setting with .hardtime
2024-07-22 17:56:57 -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 94c34b9963 🧠 Add support for minuet-ai
- Adds an additional ai-completion provider: minuet-ai
2024-07-21 08:12:15 -04:00
rootiest f5649bf44e 🎁 Only star manually
- Only use thanks plugin to star plugin repos manually
- Don't auto-run by default
2024-07-21 08:10:32 -04:00
rootiest 4f06ad2f96 📦 Add fugitive
- Alternative git tool
2024-07-20 19:32:24 -04:00
rootiest 01170a0866 Yank Line-text
- Add a user command: ':YankLine'
- Add a keymap: 'yo'
- Yanks the line excluding any leading whitespace
2024-07-20 12:12:23 -04:00
rootiest 02bc1c9d54 🎨 Fancify hlchunck
- Add fancy glyphs and colors
- Reduce visibility and auto-dark the colors
- Reduces distraction while still providing information

- Make cmp-yanky only use history from the same filetyle
2024-07-19 20:43:38 -04:00
rootiest 2ff69ae0a7 💬 Languages
- Add cmake, docker, java
- Tweak markdown-preview build command
2024-07-19 20:41:23 -04:00
rootiest 0727aaf133 💤 Don't Lazy-load themes
- Override the default lazy=true for catppuccin and tokyonight
2024-07-19 20:39:49 -04:00
rootiest d996af3811 🖥️ Terminal Tweaks
- Adjustments to WezTerm and Tmux configs
2024-07-19 12:06:15 -04:00
rootiest c1dd778e47 Checks for .settings files
- Checks for missing files and creates them
- More efficient handling of those settings
2024-07-18 14:14:08 -04:00
rootiest 47825ea80b 🚚 Rename plugin categories
- Rename:   dap -> debug
- Rename:  lang -> languages
2024-07-18 13:36:05 -04:00
rootiest a804fa6c94 🚚 Better structure
- Reorganize plugins
- Eliminate ui directory
- Follows proper config structure
2024-07-18 13:31:21 -04:00
rootiest 29af0b31b1 🎨 Formatting
- Minor formatting fixes
2024-07-18 13:30:06 -04:00
rootiest 823f28c448 🚚 Reorganize Themes
- Put the themes all into a single file
- Eliminate the themes directory
2024-07-18 13:28:42 -04:00
rootiest 2029c6176a 🚚 Merge terminal-specific into one file
- Organize all terminal-specific configs into one place
- Add some tmux and wezterm plugins
2024-07-18 13:27:28 -04:00
rootiest 6f291c16e6 Add Image support
- Optional, only in compatible terminals
- change the value in .useimage to 'false' to disable
2024-07-18 11:51:22 -04:00
rootiest 5705b6a414 Add thanks.nvim
- Can automatically star all plugin repos
2024-07-18 11:50:22 -04:00
rootiest 61928834a3 🐛 Which-key update
- Remove 'modes' option (deprecated)
- Add slight transparancy to window
2024-07-18 11:48:41 -04:00
rootiest adc3950b54 Git Conflict Markers
- Adds autocmd to work with git conflicts
2024-07-18 11:47:29 -04:00
rootiest fa4ed71101 🗑️ Remove redundant lines
- Plugins no longer re-using defaults
2024-07-17 14:57:21 -04:00
rootiest 4d9175837d 🔎 Add Lazy Profiling
- Adds additional debugging flags to better track plugin loading times
2024-07-17 14:56:39 -04:00
rootiest e70547407b ⏱️ Add WakaTime
- Allows monitoring your coding on a dashboard
- Can be disabled by setting the value in .wakafile to 'false'
2024-07-17 10:46:23 -04:00
rootiest c5610a92fe 🐇 Lazy Efficiency 💤
- Made tweaks to plugin loading triggers that decreased loading time by
nearly half!
- On my system:
  - Previously: ~89ms
  - Now:        ~52ms
2024-07-17 06:34:33 -04:00
rootiest dac0a8b790 Add Gitmoji Completion
- Adds gitmoji to completion sources
2024-07-17 06:26:38 -04:00
rootiest ee720bad12 🖋️ Prettier Formatting
- Just some small formatting tweaks to non-code
2024-07-17 05:53:57 -04:00
rootiest 37167e63d0 🧙 Zen Mode
- Add Zen Mode feature
2024-07-17 05:53:21 -04:00
rootiest 8f3df3e569 🧙 Completion
- Add additional completion sources:
  - yanky
  - env
  - calc
  - conventionalcommits
- Add more friendly completion mappings
2024-07-17 05:52:58 -04:00
rootiest 302817f9dd 📦 Better Lazy Config
- Use proper directory structure
- Loading order improved
2024-07-16 17:35:52 -04:00