Skip to content

Commit 53856f5

Browse files
committed
fix: remove lsp icons for loading in config
1 parent 6811cba commit 53856f5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lua/nvim-tree/config.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ function M.get_icon_state()
4545
icons.folder_icons[key] = val
4646
end
4747
end
48-
for key, val in pairs(user_icons.lsp or {}) do
49-
if icons.lsp[key] then
50-
icons.lsp[key] = val
51-
end
52-
end
5348
end
5449

5550
local has_devicons = pcall(require, 'nvim-web-devicons')

0 commit comments

Comments
 (0)