mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(neo-tree): update to v3.x and change follow_current_file to a table and enable it
This commit is contained in:
parent
8c0e39c826
commit
dbce606fa3
1 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ return {
|
|||
-- file explorer
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
branch = "v3.x",
|
||||
cmd = "Neotree",
|
||||
keys = {
|
||||
{
|
||||
|
|
@ -41,7 +42,7 @@ return {
|
|||
open_files_do_not_replace_types = { "terminal", "Trouble", "qf", "Outline" },
|
||||
filesystem = {
|
||||
bind_to_cwd = false,
|
||||
follow_current_file = true,
|
||||
follow_current_file = { enabled = true },
|
||||
use_libuv_file_watcher = true,
|
||||
},
|
||||
window = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue