mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 18:58:51 +02:00
add: update config nvim ufo
This commit is contained in:
parent
ebdbf34d82
commit
78364c3636
3 changed files with 11 additions and 4 deletions
|
@ -142,7 +142,8 @@ nvim_tree.setup({
|
|||
},
|
||||
git = {
|
||||
deleted = icons.git.FileDeleted,
|
||||
ignored = icons.git.FileIgnored,
|
||||
-- ignored = icons.git.FileIgnored,
|
||||
ignored = "",
|
||||
renamed = icons.git.FileRenamed,
|
||||
staged = icons.git.FileStaged,
|
||||
unmerged = icons.git.FileUnmerged,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue