nvim: after/ftplugin: haskell: Set makeprg
This commit is contained in:
parent
da58490e5a
commit
e9f10fa776
1 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,5 @@ 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'
|
||||
|
|
Loading…
Reference in a new issue