mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-24 22:28:36 +02:00
configure tests
This commit is contained in:
parent
57122d01c5
commit
dcbf6a076a
5 changed files with 9 additions and 13 deletions
|
@ -11,7 +11,7 @@ return {
|
|||
},
|
||||
cmd = 'Neotree',
|
||||
keys = {
|
||||
{ '\\', ':Neotree position=float<CR>', desc = 'NeoTree reveal in float mode', silent = true },
|
||||
{ '\\', ':Neotree reveal position=float<CR>', desc = 'NeoTree reveal in float mode', silent = true },
|
||||
{ '<leader>nds', ':Neotree document_symbols position=float<CR>', desc = 'NeoTree document symbols', silent = true },
|
||||
},
|
||||
opts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue