mirror of
https://github.com/tomru/vim.git
synced 2026-03-03 14:37:20 +01:00
follow current file in filetree
This commit is contained in:
@@ -8,7 +8,12 @@ return {
|
||||
'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended
|
||||
'MunifTanjim/nui.nvim',
|
||||
},
|
||||
opts = {},
|
||||
opts = {
|
||||
filesystem = {
|
||||
bind_to_cwd = false,
|
||||
follow_current_file = true,
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
{ '<leader>e', '<cmd>Neotree toggle<cr>', desc = 'NeoTree' },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user