add nvim-tree

This commit is contained in:
2024-09-30 06:02:54 +02:00
parent 08dd334ac5
commit 6633cb8bc5
6 changed files with 31 additions and 3 deletions

View File

@@ -24,4 +24,7 @@ require("lazy").setup({
"williamboman/mason.nvim",
"williamboman/mason-lspconfig.nvim",
"neovim/nvim-lspconfig",
-- file explorer on the side
"nvim-tree/nvim-tree.lua"
})