dotfiles/.config/nvim/lua/pluginconf/nvimtree.lua
2022-10-17 10:47:36 +02:00

13 lines
273 B
Lua

require("nvim-tree").setup {
open_on_setup = not vim.g.started_by_vinput,
open_on_setup_file = false,
diagnostics = {
enable = true,
},
git = {
ignore = false,
},
renderer = {
indent_markers = { enable = true },
},
}