Dot_Files/.config/nvim/lua/plugins/configs/neotree.lua

7 lines
132 B
Lua
Raw Normal View History

local neotree = require("neo-tree")
vim.g.neo_tree_remove_legacy_commands = 1
2022-05-06 14:18:14 -05:00
neotree.setup({
use_libuv_file_watcher = true
})