diff options
Diffstat (limited to 'nvim/lua/kickstart')
| -rw-r--r-- | nvim/lua/kickstart/plugins/neo-tree.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/kickstart/plugins/neo-tree.lua b/nvim/lua/kickstart/plugins/neo-tree.lua index f126d68..bd44226 100644 --- a/nvim/lua/kickstart/plugins/neo-tree.lua +++ b/nvim/lua/kickstart/plugins/neo-tree.lua @@ -11,7 +11,7 @@ return { }, cmd = 'Neotree', keys = { - { '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal' }, + { '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true }, }, opts = { filesystem = { |