disable illuminate, add spell checker
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user