My neovim config
This commit is contained in:
5
lua/plugins/neo-tree.lua
Normal file
5
lua/plugins/neo-tree.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
dependencies = "nvim-lua/plenary.nvim",
|
||||
lazy = false,
|
||||
}
|
||||
Reference in New Issue
Block a user