fix: remove lsp icons for loading in config
This commit is contained in:
parent
6811cba841
commit
53856f5d3a
@ -45,11 +45,6 @@ function M.get_icon_state()
|
||||
icons.folder_icons[key] = val
|
||||
end
|
||||
end
|
||||
for key, val in pairs(user_icons.lsp or {}) do
|
||||
if icons.lsp[key] then
|
||||
icons.lsp[key] = val
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
local has_devicons = pcall(require, 'nvim-web-devicons')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user