nvim lua
This commit is contained in:
parent
90a1a11f08
commit
e3ad622572
@ -58,6 +58,11 @@ opt.colorcolumn = '81'
|
|||||||
opt.scrolloff = 7
|
opt.scrolloff = 7
|
||||||
|
|
||||||
|
|
||||||
|
opt.formatoptions:remove("c")
|
||||||
|
opt.formatoptions:remove("r")
|
||||||
|
opt.formatoptions:remove("o")
|
||||||
|
|
||||||
|
|
||||||
opt.termguicolors = true
|
opt.termguicolors = true
|
||||||
|
|
||||||
opt.background = 'dark'
|
opt.background = 'dark'
|
||||||
@ -113,9 +118,6 @@ vim.api.nvim_create_autocmd("TextYankPost", {
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- dont auto commenting new lines
|
|
||||||
vim.api.nvim_create_autocmd("BufEnter", {pattern = "*", command = [[set fo-=c fo-=r fo-=o]]})
|
|
||||||
|
|
||||||
vim.cmd.highlight({ "DiagnosticError", "guifg=Grey" })
|
vim.cmd.highlight({ "DiagnosticError", "guifg=Grey" })
|
||||||
vim.cmd.highlight({ "DiagnosticWarn", "guifg=Grey" })
|
vim.cmd.highlight({ "DiagnosticWarn", "guifg=Grey" })
|
||||||
vim.cmd.highlight({ "DiagnosticInfo", "guifg=Grey" })
|
vim.cmd.highlight({ "DiagnosticInfo", "guifg=Grey" })
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user