chore(config): nvim config tweaks

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-03-31 21:04:50 +03:00
parent 97244d5287
commit 0f9a76e36f
5 changed files with 26 additions and 9 deletions

View File

@@ -1,12 +1,15 @@
return {
-- https://github.com/preservim/vim-colors-pencil
-- https://github.com/rmehri01/onenord.nvim
{
'preservim/vim-colors-pencil',
'rmehri01/onenord.nvim',
priority = 1000, -- Make sure to load this before all the other start plugins.
config = function()
-- set the theme
vim.cmd 'colorscheme pencil'
end,
opts = {
borders = true,
fade_nc = true,
disable = {
float_background = true,
},
},
},
-- Automatic dark mode