check web-devicons has loaded
This commit is contained in:
parent
45d243f5fb
commit
cce34c06b0
@ -65,7 +65,9 @@ end
|
||||
return {
|
||||
configure = function(opts)
|
||||
if opts and opts.web_devicons.show == true then
|
||||
require'nvim-web-devicons'.setup()
|
||||
if not require'nvim-web-devicons'.has_loaded() then
|
||||
require'nvim-web-devicons'.setup()
|
||||
end
|
||||
end
|
||||
|
||||
local higlight_groups = get_hl_groups()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user