Merge branch 'main' of ssh://repo.hottis.de:2922/wolutator/my-nvim-config

This commit is contained in:
2023-06-06 17:17:11 +02:00

View File

@ -4,5 +4,12 @@ vim.g.loaded_netrwPlugin = 1
-- vim.opt.termguicolors = true
require("nvim-tree").setup({
filters = {
dotfiles = false,
git_clean = false
},
git = {
ignore = false
}
})