Commit Graph
329 Commits
Author SHA1 Message Date
rootiest 569505b073 refactor: replace 'enabled' with 'cond' for plugin configurations 2024-10-08 04:26:32 -04:00
rootiest b443e6ff91 feat: add ellipsis replacement functionality on InsertLeave 2024-10-08 04:25:31 -04:00
rootiest 8e12606aed feat: add conditional spellchecking feature 2024-10-08 04:24:53 -04:00
rootiest a3f83ecb1f refactor: remove unnecessary autocmd for text yank processing 2024-10-08 04:22:48 -04:00
rootiest 2adc8d6286 ♻️ Refactoring(ai-tools): use cond instead of enabled
Use the `cond` option instead of `enabled` for ai-tool plugins so they won't be tagged for removal
when disabled
2024-10-06 02:20:16 -04:00
rootiest d6abaf27cd perf: better hardening against missing plugins
-- Handle missing plugins more cleanly
2024-10-04 16:58:54 -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 d38f3938ad feat: add autoformat to options
-- Makes it clear how to disable autoformatting
2024-10-04 16:56:08 -04:00
rootiest 96c71019db fix: harden against missing plugins
- Avoid errors when plugins are disabled by checking for them before
calling them whenever possible
2024-10-04 14:01:46 -04:00
rootiest 69524bf589 perf: set special options for treesitter 2024-10-04 14:01:06 -04:00
rootiest 3cbae67bbd refactor: improve multicursor config 2024-10-04 14:00:41 -04:00
rootiest 1bdab9638f perf: improve cmp performance 2024-10-04 14:00:07 -04:00
rootiest 4655eb4ee5 perf: update neovide features 2024-10-04 13:59:33 -04:00
rootiest 92ee80d478 perf: remove unused telescope-symbols plugin 2024-10-04 13:59:08 -04:00
rootiest 0cc15bbd9c fix: switch back to nvim nightly 2024-10-04 13:58:44 -04:00
rootiest 5eceb02184 fix: re-enable yanky 2024-10-04 13:58:28 -04:00
rootiest 7b76fb6f95 feat: improve cmp source and provider 2024-10-04 13:58:17 -04:00
rootiest 2c3ecca796 feat: introduce duck.nvim plugin with key mappings 2024-09-25 06:17:49 -04:00
rootiest 7aee452413 refactor: unify MultiCursor keybindings under <leader>m prefix 2024-09-25 06:17:38 -04:00
rootiest 6534bd49d1 fix: disable experimental cmp performance fork 2024-09-24 15:06:35 -04:00
rootiest f6f95098ce chore: standardize plugin override format 2024-09-24 14:52:02 -04:00
rootiest 94bf4a4276 feat: add function to get the appropriate ordinal suffix for a given number 2024-09-24 14:51:42 -04:00
rootiest 9e69a7d36a feat: add img-clip plugin with custom configuration 2024-09-24 14:51:25 -04:00
rootiest 452a983367 chore: replace andweeb/presence.nvim with IogaMaster/neocord 2024-09-24 14:51:15 -04:00
rootiest 58b141dcca feat: add support for Markdown rendering with custom heading borders 2024-09-24 14:50:41 -04:00
rootiest aa5351d41f feat: add multicursor support with new keybindings 2024-09-24 14:50:14 -04:00
rootiest 1d5e9aeea2 feat: add Avante plugin support with configuration options 2024-09-24 14:49:22 -04:00
rootiest e5b552bab7 feat: add detailed status messages for updater terminal states 2024-09-24 14:48:30 -04:00
rootiest 7847ad6b54 feat: add support for drop screensaver 2024-09-24 14:46:11 -04:00
rootiest 5711b8ed33 fix: change verbosity setting to false in nvim-updater configuration 2024-09-21 10:32:52 -04:00
rootiest eafc647526 fix: correct condition check for filetype in lualine configuration 2024-09-21 08:02:03 -04:00
rootiest e3cea1a9f1 fix: correct condition check for neovim_updater_term filetype 2024-09-21 07:59:41 -04:00
rootiest 080994493d feat: add script glyphs for superscript and subscript numerals 2024-09-21 06:58:24 -04:00
rootiest e605f506cc feat(telescope): update telescope configuration with new extensions 2024-09-21 06:57:51 -04:00
rootiest c18c0cd1be feat: add configuration for floating-help.nvim plugin 2024-09-21 06:57:35 -04:00
rootiest 4b1259195b feat: add minimap highlight setup function 2024-09-21 06:57:21 -04:00
rootiest 98d2611699 feat: integrate diffview.nvim for enhanced git diff visualization 2024-09-21 06:57:04 -04:00
rootiest ef4bcae585 🐛 fix(comments)!: tweak comments.nvim mapping
Allows use of native gc mapping in VISUAL and comments.nvim via gC

BREAKING CHANGE: Changes default comment provider in VISUAL mode
2024-09-21 06:55:49 -04:00
rootiest 181797de7e feat: introduce status updates for Neovim Updater in lualine statusline 2024-09-21 06:54:36 -04:00
rootiest 396d43efde feat: add detailed comments for tab and indent character configurations 2024-09-21 06:53:39 -04:00
rootiest c9ce5a06c6 feat(qalc): add special keymappings for qalc windows 2024-09-21 06:53:03 -04:00
rootiest aa33c6e538 feat(ai): conditionally enable ChatGPT plugin 2024-09-16 14:05:18 -04:00
rootiest 16d98a918c feat: add customizable tab, indent, and scope characters 2024-09-16 13:48:59 -04:00
rootiest f1edd2aba0 feat: add LazyGit root detection on buffer enter 2024-09-16 09:46:38 -04:00
rootiest f9b9d23f9a feat: add nvim-remote support to streamline git operations 2024-09-16 09:46:29 -04:00
rootiest a73a24489a fix: ensure correct logo path assignment in dashboard configuration 2024-09-16 09:46:14 -04:00
rootiest a1bc76a018 feat: dynamic adjustment of dashboard layout padding 2024-09-16 06:34:46 -04:00
rootiest 153aee5333 refactor: update UndoTree plugin configuration for better user experience 2024-09-16 06:34:35 -04:00
rootiest f37a609b47 feat: introduce lazyvim extras for mini.indentscope Ui improvements 2024-09-16 06:34:20 -04:00
rootiest 04b057a757 feat: add additional configuration options to dashboard settings 2024-09-15 07:33:17 -04:00