fix: remove lsp icons for loading in config

This commit is contained in:
kiyan 2021-10-10 15:48:23 +02:00
parent 6811cba841
commit 53856f5d3a

View File

@ -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')