nix/module/common/nvim/plugin/lsp/Haskell.lua

6 lines
113 B
Lua

local lspconfig = require("lspconfig")
lspconfig.hls.setup {
filetypes = { 'haskell', 'lhaskell', 'cabal' },
}