This commit is contained in:
Shina 2026-06-02 16:48:49 +03:00 committed by GitHub
commit 921f7f41da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,11 +50,6 @@ return {
},
},
{
"mason-org/mason.nvim",
opts = { ensure_installed = { "haskell-language-server" } },
},
{
"mfussenegger/nvim-dap",
optional = true,
@ -132,13 +127,22 @@ return {
haskell = { "hlint" },
},
},
dependencies = {
{
"mason-org/mason.nvim",
opts = { ensure_installed = { "hlint" } },
},
},
},
-- Make sure lspconfig doesn't start hls,
-- Make sure neither lspconfig nor mason-lspconfig starts hls,
-- as it conflicts with haskell-tools
{
"neovim/nvim-lspconfig",
opts = {
servers = {
hls = {},
},
setup = {
hls = function()
return true