Nvim tree update_focused_file
This commit is contained in:
parent
557468856d
commit
1d95164c01
1 changed files with 5 additions and 1 deletions
6
init.lua
6
init.lua
|
|
@ -526,7 +526,11 @@ cmp.setup {
|
|||
}
|
||||
|
||||
-- [[NvimTree]]
|
||||
require("nvim-tree").setup {}
|
||||
require("nvim-tree").setup {
|
||||
update_focused_file = {
|
||||
enable = true
|
||||
}
|
||||
}
|
||||
|
||||
-- [[Other configs]]
|
||||
require("custom")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue