languages/haskell: make haskell-tools default lsp

To maintain backwards compatiblity, haskell-tools is
now the default lsp.
This commit is contained in:
siggsy 2025-10-19 14:53:49 +02:00
commit 925b9b9692

View file

@ -18,7 +18,7 @@
cfg = config.vim.languages.haskell; cfg = config.vim.languages.haskell;
defaultServers = ["hls"]; defaultServers = ["haskell-tools"];
serverCommon = { serverCommon = {
filetypes = ["haskell" "lhaskell"]; filetypes = ["haskell" "lhaskell"];
root_dir = root_dir =