disable illuminate, add spell checker

This commit is contained in:
2026-06-17 23:57:40 -07:00
parent 5f01172523
commit 8ab9788208
3 changed files with 21 additions and 9 deletions
+12
View File
@@ -200,8 +200,20 @@ return {
filetypes = { 'bash', 'sh' }
})
-- add only to front-facing filetypes
vim.lsp.config("cspell_ls", {
cmd = { "cspell-lsp", "--stdio" },
filetypes = {
"markdown",
"html",
"svelte"
},
root_markers = { ".git" },
})
require("roslyn").setup()
vim.lsp.enable({ "lua_ls",
"cspell_ls",
"clangd",
"bashls",
"ts_ls",