Skip to content

Commit

Permalink
Enable silent option for default neo-tree plugin keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
dean-song-epic committed Sep 5, 2024
1 parent 2a0a2f9 commit e7118aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/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 e7118aa

Please sign in to comment.