added nord options

This commit is contained in:
Mike G 2024-09-11 21:08:50 -04:00
parent 20f6399f1d
commit 8c70ffcc1f

View file

@ -14,3 +14,11 @@ vim.opt.termguicolors = true -- enables 24-bit color
vim.opt.splitbelow = true -- new horizontal splits go below
vim.opt.splitright = true -- new vertical splits go right
vim.opt.background = "dark"
-- nord theme options
vim.g.nord_contrast = true
vim.g.nord_borders = true
vim.g.nord_disable_background = true
vim.g.nord_italic = false
vim.g.nord_uniform_diff_background = true
vim.g.nord_bold = false