fix(nvim-tree): remove icons
This commit is contained in:
@@ -180,7 +180,6 @@ require("nvim-tree").setup({
|
|||||||
special_files = {},
|
special_files = {},
|
||||||
decorators = {
|
decorators = {
|
||||||
GitDecorator,
|
GitDecorator,
|
||||||
"Open",
|
|
||||||
"Modified",
|
"Modified",
|
||||||
"Bookmark",
|
"Bookmark",
|
||||||
"Diagnostics",
|
"Diagnostics",
|
||||||
@@ -202,16 +201,11 @@ require("nvim-tree").setup({
|
|||||||
bookmarks_placement = "after",
|
bookmarks_placement = "after",
|
||||||
symlink_arrow = " -> ",
|
symlink_arrow = " -> ",
|
||||||
show = {
|
show = {
|
||||||
file = true,
|
file = false,
|
||||||
folder = true,
|
folder = false,
|
||||||
folder_arrow = false,
|
folder_arrow = false,
|
||||||
bookmarks = false,
|
bookmarks = false,
|
||||||
},
|
},
|
||||||
web_devicons = {
|
|
||||||
file = {
|
|
||||||
color = false,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
glyphs = {
|
glyphs = {
|
||||||
modified = "*",
|
modified = "*",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user