mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-24 06:08:34 +02:00
feat: novas configurações
This commit is contained in:
parent
e3183f1132
commit
0334acd6e4
5 changed files with 57 additions and 30 deletions
|
@ -11,9 +11,14 @@ return {
|
|||
},
|
||||
cmd = 'Neotree',
|
||||
keys = {
|
||||
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
|
||||
{ '\\', ':Neotree 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 = {
|
||||
sources = {
|
||||
'filesystem',
|
||||
'document_symbols',
|
||||
},
|
||||
filesystem = {
|
||||
window = {
|
||||
mappings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue