Initial Commit
This commit is contained in:
16
lua/plugins/neo-tree.lua
Normal file
16
lua/plugins/neo-tree.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
return {
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
version = "*",
|
||||
lazy = false,
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
config = function()
|
||||
require("nvim-tree").setup({
|
||||
diagnostics = {
|
||||
enable = true,
|
||||
}
|
||||
})
|
||||
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user