mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-08 22:45:30 +00:00
languages/haskell: make haskell-tools default lsp
To maintain backwards compatiblity, haskell-tools is now the default lsp.
This commit is contained in:
parent
2a21c8570e
commit
925b9b9692
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
cfg = config.vim.languages.haskell;
|
||||
|
||||
defaultServers = ["hls"];
|
||||
defaultServers = ["haskell-tools"];
|
||||
serverCommon = {
|
||||
filetypes = ["haskell" "lhaskell"];
|
||||
root_dir =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue