fix(config): nvim theme tweaks

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-03-28 09:47:53 +02:00
parent 688469ad8b
commit 50ea9bea89

View File

@@ -4,8 +4,8 @@ return {
'preservim/vim-colors-pencil',
priority = 1000, -- Make sure to load this before all the other start plugins.
config = function()
-- set the theme
vim.cmd 'colorscheme pencil'
vim.api.nvim_set_option_value('pencil_terminal_italics', 1, {})
end,
},