working now
This commit is contained in:
@@ -4,8 +4,9 @@ require('solarized').setup({
|
|||||||
theme = 'default', -- or 'neo'
|
theme = 'default', -- or 'neo'
|
||||||
styles = {
|
styles = {
|
||||||
comments = { italic = true, bold = false },
|
comments = { italic = true, bold = false },
|
||||||
functions = { italic = true },
|
functions = { italic = true, bold = true },
|
||||||
variables = { italic = false },
|
variables = { italic = false, bold = false },
|
||||||
|
parameters = { italic = true, bold = false },
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ vim.opt.backup = false
|
|||||||
vim.opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
|
vim.opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
|
||||||
vim.opt.undofile = true
|
vim.opt.undofile = true
|
||||||
|
|
||||||
-- vim.opt.hlsearch = false
|
vim.opt.hlsearch = false
|
||||||
vim.opt.incsearch = true
|
vim.opt.incsearch = true
|
||||||
|
|
||||||
vim.opt.termguicolors = true
|
vim.opt.termguicolors = true
|
||||||
|
|||||||
Reference in New Issue
Block a user