Neovim LSP stuff

This commit is contained in:
2025-06-09 09:24:30 +03:00
parent 054f906de3
commit d259a6fd55
11 changed files with 23 additions and 15 deletions

View File

@ -1,4 +1,4 @@
vim.lsp.config('harper_ls', {
return {
settings = { -- https://writewithharper.com/docs/integrations/neovim
["harper-ls"] = {
isolateEnglish = true, -- highly experimental
@ -16,4 +16,4 @@ vim.lsp.config('harper_ls', {
-- }
}
},
})
}