1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-09-02 12:09:07 +00:00

[neovim] Bump several plugins to major its versions

This commit is contained in:
2023-10-08 20:01:33 +02:00
parent d30dee3e24
commit 3a65d5bdce
4 changed files with 44 additions and 31 deletions

View File

@@ -47,7 +47,9 @@ require("neo-tree").setup({
".git",
},
},
follow_current_file = true,
follow_current_file = {
enabled = true,
},
hijack_netrw_behavior = "open_current",
use_libuv_file_watcher = true,
},