apllied config
This commit is contained in:
parent
5978ec3f28
commit
0874dcd113
15 changed files with 343 additions and 121 deletions
12
lua/plugin/neo-tree.lua
Normal file
12
lua/plugin/neo-tree.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
local neotree = require("neo-tree")
|
||||
|
||||
neotree.setup({
|
||||
buffers = {
|
||||
follow_current_file = {
|
||||
enabled = true,
|
||||
},
|
||||
},
|
||||
window = {
|
||||
position = "right",
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue