mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-11 04:51:56 +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',
|
'preservim/vim-colors-pencil',
|
||||||
priority = 1000, -- Make sure to load this before all the other start plugins.
|
priority = 1000, -- Make sure to load this before all the other start plugins.
|
||||||
config = function()
|
config = function()
|
||||||
|
-- set the theme
|
||||||
vim.cmd 'colorscheme pencil'
|
vim.cmd 'colorscheme pencil'
|
||||||
vim.api.nvim_set_option_value('pencil_terminal_italics', 1, {})
|
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user