updated spellcheck

This commit is contained in:
venus
2026-03-25 10:44:31 -05:00
parent 44811bbfcd
commit eec1f820fc
5 changed files with 74 additions and 78 deletions

View File

@@ -54,17 +54,6 @@ if theme_ok then
matugen.setup()
end
-- grammar support for spellchecker
require('lspconfig').ltex.setup {
filetypes = { "markdown", "text", "tex", "gitcommit" },
settings = {
ltex = {
language = "en-US",
-- You can disable specific rules here if they are too annoying
disabledRules = { ["en-US"] = { "PROPER_NOUN_CAPITALIZATION" } },
},
},
}
-- load lsp and bufferline plugins
require("config.lsp")