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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue