Create neo-tree.lua

pull/116/head
Luke Shay 2024-02-08 09:27:46 -06:00 committed by GitHub
parent dbc68a067a
commit 9c8fac81c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
return {
{
"nvim-neo-tree/neo-tree.nvim",
config = function()
require("neo-tree").setup({
window = {
position = "right"
}
})
end
}
}