🪄 Substitution/Navigation

- Faster/smarter plugin loading
- Substitution motions with the 'x' and 'X' keys
- Fold navigation with Ctrl+hjkl
- Various small tweaks for usability
This commit is contained in:
2024-07-23 04:59:45 -04:00
parent e16d2a4c8e
commit c028da522b
8 changed files with 116 additions and 52 deletions
+1 -5
View File
@@ -11,7 +11,7 @@ return {
},
{ -- Transparent
"xiyaowong/transparent.nvim",
event = "VeryLazy",
lazy = true,
config = true,
},
{ -- Auto Dark Mode
@@ -117,8 +117,4 @@ return {
require("hlchunk").setup(common_config)
end,
},
{ -- Alternate
"ton/vim-alternate",
event = "VeryLazy",
},
}