finally no hls + haskell-tools, but only ht
This commit is contained in:
@@ -19,4 +19,14 @@ return {
|
||||
"mason-org/mason.nvim",
|
||||
opts = { PATH = "append" },
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
setup = {
|
||||
hls = function()
|
||||
return true
|
||||
end,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user