Merge branch 'main' of orion:kiri/nixos-config
This commit is contained in:
@@ -64,7 +64,7 @@ require("lz.n").load({
|
||||
-- 1. Setup Diagnostics (Visuals)
|
||||
vim.diagnostic.config({
|
||||
severity_sort = true,
|
||||
underline = { severity = vim.diagnostic.severity.ERROR },
|
||||
-- underline = { severity = vim.diagnostic.severity.ERROR },
|
||||
signs = {
|
||||
text = {
|
||||
[vim.diagnostic.severity.ERROR] = " ",
|
||||
@@ -165,6 +165,8 @@ require("lz.n").load({
|
||||
},
|
||||
})
|
||||
vim.lsp.enable("ltex_plus")
|
||||
|
||||
vim.lsp.enable("harper_ls")
|
||||
end,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user