From c4e96e359cffe3b2b35ed17c69252a5cb04ac466 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 6 May 2026 23:16:29 +0200 Subject: [PATCH] fix(nvim-tree): remove icons --- plugins/nvim-tree.lua | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/plugins/nvim-tree.lua b/plugins/nvim-tree.lua index 1f597f2..aa3a972 100644 --- a/plugins/nvim-tree.lua +++ b/plugins/nvim-tree.lua @@ -180,7 +180,6 @@ require("nvim-tree").setup({ special_files = {}, decorators = { GitDecorator, - "Open", "Modified", "Bookmark", "Diagnostics", @@ -202,16 +201,11 @@ require("nvim-tree").setup({ bookmarks_placement = "after", symlink_arrow = " -> ", show = { - file = true, - folder = true, + file = false, + folder = false, folder_arrow = false, bookmarks = false, }, - web_devicons = { - file = { - color = false, - }, - }, glyphs = { modified = "*", },