minor nvim config change

This commit is contained in:
2024-11-05 15:41:50 -05:00
parent 1af642f324
commit a23d432dbb
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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",