lsp: Add fsharp and haskell
This commit is contained in:
parent
76eb550425
commit
c7f3f8ddfa
5 changed files with 331 additions and 119 deletions
|
|
@ -284,7 +284,9 @@ return {
|
|||
{
|
||||
"barreiroleo/ltex_extra.nvim",
|
||||
branch = "dev",
|
||||
ft = { "markdown", "tex", "typst", "typ", "text" },
|
||||
ft = { "tex", "typst", "text" },
|
||||
-- this causes an error with fsharp since
|
||||
-- they use markdown to show lsp messages
|
||||
config = function()
|
||||
require("ltex_extra").setup({
|
||||
load_langs = { "en-US" },
|
||||
|
|
@ -292,4 +294,10 @@ return {
|
|||
})
|
||||
end,
|
||||
},
|
||||
{ "ionide/Ionide-vim", ft = "fsharp" },
|
||||
{
|
||||
"mrcjkb/haskell-tools.nvim",
|
||||
version = "^3",
|
||||
lazy = false,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue