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

6 lines
113 B
Lua
Raw Normal View History

2024-03-12 21:17:09 +03:00
local lspconfig = require("lspconfig")
lspconfig.hls.setup {
filetypes = { 'haskell', 'lhaskell', 'cabal' },
}