mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-23 19:15:35 +02:00
update nvim with upstream
This commit is contained in:
commit
604b0a52a9
8 changed files with 387 additions and 201 deletions
|
@ -9,9 +9,9 @@ return {
|
|||
'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended
|
||||
'MunifTanjim/nui.nvim',
|
||||
},
|
||||
cmd = 'Neotree',
|
||||
lazy = false,
|
||||
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