minor nvim config change
This commit is contained in:
@@ -29,7 +29,7 @@ opt.cursorline = true
|
||||
opt.termguicolors = true
|
||||
opt.background = "dark"
|
||||
opt.signcolumn = "yes"
|
||||
opt.colorcolumn = "90"
|
||||
opt.colorcolumn = "80"
|
||||
vim.diagnostic.config {
|
||||
float = {
|
||||
border = "rounded",
|
||||
|
||||
Reference in New Issue
Block a user