Enable silent option for default neo-tree plugin keybinding (#1108)

pull/1102/head
Bayram Kazik 4 weeks ago committed by GitHub
parent d452633b35
commit f49cc6c935
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,7 +11,7 @@ return {
},
cmd = 'Neotree',
keys = {
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal' },
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
},
opts = {
filesystem = {

Loading…
Cancel
Save