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
View File
@@ -1,4 +1,3 @@
-- set colorscheme if it's installed
return { return {
"shaunsingh/nord.nvim", "shaunsingh/nord.nvim",
lazy = false, lazy = false,
+1 -1
View File
@@ -29,7 +29,7 @@ opt.cursorline = true
opt.termguicolors = true opt.termguicolors = true
opt.background = "dark" opt.background = "dark"
opt.signcolumn = "yes" opt.signcolumn = "yes"
opt.colorcolumn = "90" opt.colorcolumn = "80"
vim.diagnostic.config { vim.diagnostic.config {
float = { float = {
border = "rounded", border = "rounded",