Fix typo and float Neo-tree window for readability
This commit is contained in:
parent
e2f0eadaca
commit
757bceafd7
2 changed files with 3 additions and 2 deletions
|
|
@ -8,10 +8,11 @@ return {
|
|||
'nvim-lua/plenary.nvim',
|
||||
'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended
|
||||
'MunifTanjim/nui.nvim',
|
||||
'3rd/image.nvim', -- Optional image support in preview window
|
||||
},
|
||||
cmd = 'Neotree',
|
||||
keys = {
|
||||
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal' },
|
||||
{ '\\', ':Neotree position=float<CR>', desc = 'NeoTree reveal' },
|
||||
},
|
||||
opts = {
|
||||
filesystem = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue