add nvim-dap

This commit is contained in:
Fabio Lenherr 2022-10-07 20:58:37 +02:00
parent 8a36baf087
commit 850f3e7fc0
10 changed files with 201 additions and 5 deletions

View file

@ -75,7 +75,7 @@ nvim_tree.setup { -- BEGIN_DEFAULT_OPTS
},
renderer = {
add_trailing = false,
group_empty = false,
group_empty = true,
highlight_git = false,
full_name = false,
highlight_opened_files = "none",
@ -229,4 +229,6 @@ nvim_tree.setup { -- BEGIN_DEFAULT_OPTS
watcher = false,
},
},
} -- END_DEFAULT_OPTS
}
vim.g.nvim_tree_group_empty = 1