Dot_Files/.config/nvim/lua/plugins/configs/neotree.lua
Price Hiller e0a928e26a .
2022-05-19 08:58:39 -05:00

14 lines
258 B
Lua

local neotree = require('neo-tree')
vim.g.neo_tree_remove_legacy_commands = 1
neotree.setup({
filesystem = {
use_libuv_file_watcher = true,
window = {
mappings = {
["/"] = ""
}
}
},
})