Added nvim tree over netrw, just feels better

This commit is contained in:
2026-06-19 15:50:26 +02:00
parent ccf9327a9b
commit 0b2309fa0f
+5 -1
View File
@@ -53,7 +53,8 @@ vim.pack.add({
{ src = 'https://github.com/romus204/tree-sitter-manager.nvim' },
{ src = 'https://github.com/xiyaowong/transparent.nvim' },
{ src = "https://github.com/rebelot/kanagawa.nvim" },
{ src = "https://github.com/lukas-reineke/indent-blankline.nvim" }
{ src = "https://github.com/lukas-reineke/indent-blankline.nvim" },
{ src = "https://github.com/nvim-tree/nvim-tree.lua" },
})
require("terminal")
@@ -93,6 +94,9 @@ map("n", "<C-i>", ":FzfLua diagnostics_workspace<CR>")
map("n", "<C-f>", ":FzfLua live_grep<CR>")
map("n", "<C-b>", ":FzfLua grep_curbuf<CR>")
require("nvim-tree").setup()
map("n", "<C-e>", ":NvimTreeToggle<CR>")
-- -----------------------------
-- @AUTOCMDS
-- -----------------------------