remove nerd fonts from neotree because font rendering
This commit is contained in:
parent
d5ccc1935d
commit
5610df67fe
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
spell
|
||||
lazy-lock.json
|
@ -17,8 +17,22 @@ return {
|
||||
content = {
|
||||
{ "name", zindex = 10 },
|
||||
{ "clipboard", zindex = 10 },
|
||||
{
|
||||
"git_status",
|
||||
zindex = 20,
|
||||
align = "right",
|
||||
hide_when_expanded = true,
|
||||
symbols = {
|
||||
added = 'A',
|
||||
modified = 'M',
|
||||
removed = 'R',
|
||||
ignored = 'I',
|
||||
untracked = 'U',
|
||||
staged = 'S',
|
||||
}
|
||||
|
||||
},
|
||||
{ "diagnostics", errors_only = true, zindex = 20, align = "right", hide_when_expanded = true },
|
||||
{ "git_status", zindex = 20, align = "right", hide_when_expanded = true },
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -31,8 +45,20 @@ return {
|
||||
{ "clipboard", zindex = 10 },
|
||||
{ "bufnr", zindex = 10 },
|
||||
{ "modified", zindex = 20, align = "right" },
|
||||
{
|
||||
"git_status",
|
||||
zindex = 20,
|
||||
align = "right",
|
||||
symbols = {
|
||||
added = 'A',
|
||||
modified = 'M',
|
||||
removed = 'R',
|
||||
ignored = 'I',
|
||||
untracked = 'U',
|
||||
staged = 'S',
|
||||
}
|
||||
},
|
||||
{ "diagnostics", zindex = 20, align = "right" },
|
||||
{ "git_status", zindex = 20, align = "right" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user