summaryrefslogtreecommitdiffstats
path: root/nvim
diff options
context:
space:
mode:
authorBayram Kazik <48856944+bayramkzk@users.noreply.github.com>2024-08-26 06:23:17 +0300
committerGitHub <noreply@github.com>2024-08-25 23:23:17 -0400
commit940a1750597227aa793187ca30bb70a9716807a5 (patch)
tree77e8e37a386544b338c0cf53aa2962fb1a50b4cb /nvim
parent96a5111f0502171ff36e66e576d2338ba0369dd7 (diff)
downloaddots-940a1750597227aa793187ca30bb70a9716807a5.tar.gz
Enable silent option for default neo-tree plugin keybinding (#1108)
Diffstat (limited to 'nvim')
-rw-r--r--nvim/lua/kickstart/plugins/neo-tree.lua2
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 = {