working now

This commit is contained in:
talksik
2023-10-31 16:55:18 -07:00
parent 8a97e9920d
commit 8e54280edd
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -1,11 +1,12 @@
vim.o.background = 'light'
require('solarized').setup({
theme = 'default', -- or 'neo'
theme = 'default', -- or 'neo'
styles = {
comments = { italic = true, bold = false },
functions = { italic = true },
variables = { italic = false },
functions = { italic = true, bold = true },
variables = { italic = false, bold = false },
parameters = { italic = true, bold = false },
}
})
+1 -1
View File
@@ -14,7 +14,7 @@ vim.opt.backup = false
vim.opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
vim.opt.undofile = true
-- vim.opt.hlsearch = false
vim.opt.hlsearch = false
vim.opt.incsearch = true
vim.opt.termguicolors = true