finally no hls + haskell-tools, but only ht

This commit is contained in:
2025-10-08 10:33:41 +02:00
parent 98c86a57f0
commit a9b9e432ef
2 changed files with 10 additions and 13 deletions

View File

@@ -19,4 +19,14 @@ return {
"mason-org/mason.nvim",
opts = { PATH = "append" },
},
{
"neovim/nvim-lspconfig",
opts = {
setup = {
hls = function()
return true
end,
},
},
},
}

View File

@@ -1,13 +0,0 @@
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
haskell_language_server = false,
haskell_language_server_wrapper = false,
hls = false,
hie = false,
},
},
},
}