pretty stable
commit while things are pretty much working how I like
This commit is contained in:
parent
4120893b8a
commit
5edfba8462
7 changed files with 254 additions and 185 deletions
|
|
@ -11,13 +11,13 @@ return {
|
|||
},
|
||||
cmd = 'Neotree',
|
||||
keys = {
|
||||
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
|
||||
{ '<leader>e', ':Neotree reveal<CR>', desc = '[N]eoTree reveal', silent = true },
|
||||
},
|
||||
opts = {
|
||||
filesystem = {
|
||||
window = {
|
||||
mappings = {
|
||||
['\\'] = 'close_window',
|
||||
['<leader>e'] = 'close_window',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue