dotfiles/.config/nvim/lua/pluginconf/nvimtree.lua
2022-05-01 23:28:35 +02:00

10 lines
218 B
Lua

require("nvim-tree").setup {
-- don't open tree when using firenvim
open_on_setup = not vim.g.started_by_firenvim,
diagnostics = {
enable = true,
},
git = {
ignore = false,
},
}