neovim-dots/lua/plugins/files.lua

13 lines
203 B
Lua

--stylua-ignore
--define file navigation and manipulation configurations
return {
{
"nvim-neo-tree/neo-tree.nvim",
opts = {
window = {
position = "right",
},
},
},
}