Skip to content

Commit

Permalink
Enable silent option for default neo-tree plugin keybinding (nvim-lua…
Browse files Browse the repository at this point in the history
  • Loading branch information
bayramkzk authored Aug 26, 2024
1 parent d452633 commit f49cc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/kickstart/plugins/neo-tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ return {
},
cmd = 'Neotree',
keys = {
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal' },
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
},
opts = {
filesystem = {
Expand Down

0 comments on commit f49cc6c

Please sign in to comment.