This commit is contained in:
asep.komarudin 2024-04-13 19:09:42 +07:00
parent b347310c93
commit 631a6a9bd5
5 changed files with 556 additions and 520 deletions

View file

@ -109,7 +109,7 @@ nvim_tree.setup({
-- root_folder_modifier = ":t",
root_folder_label = false,
indent_markers = {
enable = false,
enable = true,
inline_arrows = true,
icons = {
corner = "",
@ -143,7 +143,11 @@ nvim_tree.setup({
git = {
deleted = icons.git.FileDeleted,
-- ignored = icons.git.FileIgnored,
ignored = "",
-- ignored = "",
-- ignored = "",
-- ignored = "",
ignored = "",
-- ignored = icons.git.FileUnstaged,
renamed = icons.git.FileRenamed,
staged = icons.git.FileStaged,
unmerged = icons.git.FileUnmerged,