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 and aadi123 committed Nov 17, 2024
1 parent 666e49f commit 9c794c4
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 9c794c4

Please sign in to comment.