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,
},
},
},
}