add nvimtree

This commit is contained in:
xesc 2024-06-18 20:58:55 +02:00
parent 33f4ce88ef
commit 87ce55295b
3 changed files with 28 additions and 5 deletions

View file

@ -56,6 +56,11 @@ vim.api.nvim_set_option("splitright",true)
-- disable Netrw-Banner
vim.g.netrw_banner = 0
-- disable Netrw for Filetree Plugin
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
-- undotree file management
vim.opt.swapfile = false
vim.opt.backup = false