This commit is contained in:
2023-05-21 21:50:34 +02:00
commit 6d37d8b3ae
6 changed files with 207 additions and 0 deletions

8
lua/file-explorer.lua Normal file
View File

@ -0,0 +1,8 @@
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
-- vim.opt.termguicolors = true
require("nvim-tree").setup({
})