mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-26 07:08:34 +02:00
Merge branch 'master' of https://github.com/nvim-lua/kickstart.nvim
This commit is contained in:
commit
2f9238d2d3
3 changed files with 110 additions and 65 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue