Add Haskell lsp support
This commit is contained in:
parent
3e9e729e74
commit
497e6a1449
2 changed files with 5 additions and 0 deletions
4
dotfiles/nvim/lua/plugins/lsp/haskell.lua
Normal file
4
dotfiles/nvim/lua/plugins/lsp/haskell.lua
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
return function()
|
||||||
|
require"lspconfig".hls.setup {}
|
||||||
|
end
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
luajitPackages.luarocks
|
luajitPackages.luarocks
|
||||||
fd
|
fd
|
||||||
texlab
|
texlab
|
||||||
|
haskell-language-server
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue