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