nice
This commit is contained in:
parent
f0d9ed52c0
commit
e037b3ab4a
4 changed files with 28 additions and 19 deletions
|
|
@ -4,10 +4,11 @@ return {
|
|||
branch = 'v3.x',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended
|
||||
'MunifTanjim/nui.nvim',
|
||||
-- "3rd/image.nvim", -- Optional image support in preview window: See `# Preview Mode` for more information
|
||||
'3rd/image.nvim', -- Optional image support in preview window: See `# Preview Mode` for more information
|
||||
},
|
||||
|
||||
keys = {
|
||||
{
|
||||
'<leader>nt',
|
||||
|
|
@ -19,7 +20,19 @@ return {
|
|||
},
|
||||
opts = {
|
||||
close_if_last_window = true,
|
||||
use_libuv_file_watcher = true,
|
||||
filesystem = {
|
||||
use_libuv_file_watcher = true,
|
||||
follow_current_file = {
|
||||
enabled = true,
|
||||
leave_dirs_open = true,
|
||||
},
|
||||
},
|
||||
buffers = {
|
||||
follow_current_file = {
|
||||
enabled = true,
|
||||
leave_dirs_open = true,
|
||||
},
|
||||
},
|
||||
event_handlers = {
|
||||
{
|
||||
event = 'neo_tree_buffer_enter',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue