|
|
@ -14,7 +14,7 @@ local setup = {
|
|
|
|
-- the presets plugin, adds help for a bunch of default keybindings in Neovim
|
|
|
|
-- the presets plugin, adds help for a bunch of default keybindings in Neovim
|
|
|
|
-- No actual key bindings are created
|
|
|
|
-- No actual key bindings are created
|
|
|
|
presets = {
|
|
|
|
presets = {
|
|
|
|
operators = false, -- adds help for operators like d, y, ... and registers them for motion / text object completion
|
|
|
|
operators = true, -- adds help for operators like d, y, ... and registers them for motion / text object completion
|
|
|
|
motions = true, -- adds help for motions
|
|
|
|
motions = true, -- adds help for motions
|
|
|
|
text_objects = true, -- help for text objects triggered after entering an operator
|
|
|
|
text_objects = true, -- help for text objects triggered after entering an operator
|
|
|
|
windows = true, -- default bindings on <c-w>
|
|
|
|
windows = true, -- default bindings on <c-w>
|
|
|
|