🪄 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:
@@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user