nix/home/file/nvim/module/plugin/lsp/Haskell.lua

6 lines
114 B
Lua
Raw Normal View History

2024-12-18 13:45:27 +03:00
local lspconfig = require("lspconfig")
lspconfig.hls.setup({
filetypes = { "haskell", "lhaskell", "cabal" },
})