nvim: after/ftplugin: haskell: Set makeprg

This commit is contained in:
Sanchayan Maity 2023-06-15 10:51:38 +05:30
parent da58490e5a
commit e9f10fa776
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 2 additions and 0 deletions

View File

@ -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'