disable illuminate, add spell checker
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
return {
|
||||
'nvim-lua/plenary.nvim',
|
||||
{
|
||||
'RRethy/vim-illuminate',
|
||||
event = 'LspAttach'
|
||||
},
|
||||
--{
|
||||
-- 'RRethy/vim-illuminate',
|
||||
-- event = 'LspAttach'
|
||||
--},
|
||||
{
|
||||
'voldikss/vim-floaterm',
|
||||
cmd = 'FloatermToggle',
|
||||
|
||||
@@ -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