nvim: style change for readability
This commit is contained in:
parent
8dc1dd324a
commit
139629725f
1 changed files with 18 additions and 16 deletions
|
@ -60,6 +60,7 @@ return {
|
|||
icons = {
|
||||
webdev_colors = false, -- highlight icons with NvimTreeFileIcon
|
||||
git_placement = "signcolumn",
|
||||
-- stylua: ignore start
|
||||
glyphs = {
|
||||
default = icons.ui.File,
|
||||
symlink = icons.ui.FileSymlink,
|
||||
|
@ -84,6 +85,7 @@ return {
|
|||
ignored = icons.git.file.Ignored,
|
||||
},
|
||||
},
|
||||
-- stylua: ignore end
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue