minor nvim config change
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
-- set colorscheme if it's installed
|
|
||||||
return {
|
return {
|
||||||
"shaunsingh/nord.nvim",
|
"shaunsingh/nord.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user