1
0
Fork 0

nvim: nerdfonts no longer can be set up from config for some reason

it works later; did not investigate further
This commit is contained in:
tea 2024-05-09 11:22:22 +02:00
parent 21bc738719
commit 3efb1e9a03
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -54,6 +54,6 @@ vim.api.nvim_set_hl(0, 'AmoraComment', { fg = '#7C4180', ctermfg = 61 })
vim.api.nvim_set_hl(0, 'AmoraCommentBold',
{ fg = '#7C4180', ctermfg = 61, bold = true })
if require('my.functions').nerdfont_installed() then
require('nvim-web-devicons').setup({})
end
-- if require('my.functions').nerdfont_installed() then
-- require('nvim-web-devicons').setup({})
-- end