11 lines
161 B
Nix
11 lines
161 B
Nix
{ ... }:
|
|
{
|
|
text = ''
|
|
local lspconfig = require("lspconfig")
|
|
|
|
lspconfig.hls.setup {
|
|
filetypes = { 'haskell', 'lhaskell', 'cabal' },
|
|
}
|
|
'';
|
|
}
|