neovim-dots/lua/plugins/files.lua

14 lines
203 B
Lua
Raw Permalink Normal View History

2024-04-18 23:20:06 -07:00
--stylua-ignore
--define file navigation and manipulation configurations
return {
{
"nvim-neo-tree/neo-tree.nvim",
opts = {
window = {
position = "right",
},
},
},
}