feat: Initial commit
This commit is contained in:
9
lua/user/plugins/neotree.lua
Normal file
9
lua/user/plugins/neotree.lua
Normal file
@ -0,0 +1,9 @@
|
||||
return {
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
opts = {
|
||||
close_if_last_window = true,
|
||||
window = { width = 50 },
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user