mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-06 19:15:13 +02:00
Refactor Plugins
This commit is contained in:
parent
b3f3fc70f0
commit
78dc0868c7
8 changed files with 57 additions and 150 deletions
|
@ -11,7 +11,8 @@ return {
|
|||
},
|
||||
cmd = 'Neotree',
|
||||
keys = {
|
||||
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
|
||||
{ '\\', ':Neotree toggle<CR>', desc = 'NeoTree reveal', silent = true },
|
||||
{ '<C-n>', ':Neotree toggle<CR>', silent = true, noremap = true },
|
||||
},
|
||||
opts = {
|
||||
filesystem = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue