mirror of https://github.com/LazyVim/starter
11 lines
145 B
Lua
11 lines
145 B
Lua
|
return {
|
||
|
{
|
||
|
"nvim-neo-tree/neo-tree.nvim",
|
||
|
opts = {
|
||
|
filesystem = {
|
||
|
use_libuv_file_watcher = false,
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|