diff --git a/nvim/.config/nvim/lua/plugins/base.lua b/nvim/.config/nvim/lua/plugins/base.lua index ac79399..541c43a 100644 --- a/nvim/.config/nvim/lua/plugins/base.lua +++ b/nvim/.config/nvim/lua/plugins/base.lua @@ -65,7 +65,7 @@ return { opts = { plugins = { marks = true, -- shows a list of your marks on ' and ` - registers = true, -- shows your registers on " in NORMAL or in INSERT mode + registers = false, -- shows your registers on " in NORMAL or in INSERT mode -- the presets plugin, adds help for a bunch of default keybindings in Neovim -- No actual key bindings are created spelling = { @@ -78,7 +78,7 @@ return { text_objects = true, -- help for text objects triggered after entering an operator windows = false, -- default bindings on nav = false, -- misc bindings to work with windows - z = true, -- bindings for folds, spelling and others prefixed with z + z = false, -- bindings for folds, spelling and others prefixed with z g = true, -- bindings for prefixed with g }, },