2021-11-05 17:44:11 +01:00
|
|
|
require("nvim-tree").setup {
|
|
|
|
-- don't open tree when using firenvim
|
|
|
|
open_on_setup = not vim.g.started_by_firenvim,
|
|
|
|
diagnostics = {
|
|
|
|
enable = true,
|
|
|
|
},
|
2022-01-05 19:45:05 +01:00
|
|
|
git = {
|
|
|
|
ignore = false,
|
|
|
|
},
|
2021-11-05 17:44:11 +01:00
|
|
|
}
|