mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
fix(config): nvim theme tweaks
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user