dotfiles/nvim/.config/nvim/after/ftplugin/haskell.lua

7 lines
182 B
Lua

local lsp_utils = require('lsp-utils')
local hls_config = lsp_utils.hls_config()
vim.lsp.start(hls_config)
vim.bo.makeprg = 'cabal build --write-ghc-environment-files=always all'