mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Create neo-tree.lua
This commit is contained in:
parent
dbc68a067a
commit
9c8fac81c3
1 changed files with 12 additions and 0 deletions
12
lua/plugins/neo-tree.lua
Normal file
12
lua/plugins/neo-tree.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"nvim-neo-tree/neo-tree.nvim",
|
||||||
|
config = function()
|
||||||
|
require("neo-tree").setup({
|
||||||
|
window = {
|
||||||
|
position = "right"
|
||||||
|
}
|
||||||
|
})
|
||||||
|
end
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue