🪄 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
+5 -4
View File
@@ -67,7 +67,11 @@ return {
require("mini.align").setup()
end,
},
{ -- Emoji completion
{ -- Alternate
"ton/vim-alternate",
ft = { "cpp", "h", "hpp", "c" },
},
{ -- Completion
"hrsh7th/nvim-cmp",
---@param opts cmp.ConfigSchema
opts = function(_, opts)
@@ -122,9 +126,6 @@ return {
opts = {
yank_substituted_text = false,
preserve_cursor_position = true,
highlight_substituted_text = {
enabled = false,
},
},
},
}