diff options
| author | Bayram Kazik <48856944+bayramkzk@users.noreply.github.com> | 2024-08-26 06:23:17 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-25 23:23:17 -0400 |
| commit | 940a1750597227aa793187ca30bb70a9716807a5 (patch) | |
| tree | 77e8e37a386544b338c0cf53aa2962fb1a50b4cb /nvim/lua/kickstart/plugins/neo-tree.lua | |
| parent | 96a5111f0502171ff36e66e576d2338ba0369dd7 (diff) | |
| download | dots-940a1750597227aa793187ca30bb70a9716807a5.tar.gz | |
Enable silent option for default neo-tree plugin keybinding (#1108)
Diffstat (limited to 'nvim/lua/kickstart/plugins/neo-tree.lua')
| -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 = { |