mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-28 13:58:27 +02:00
haskell support
This commit is contained in:
parent
0e05f05e9d
commit
8e26c44ffd
2 changed files with 17 additions and 0 deletions
|
@ -498,6 +498,22 @@ lvim.lang = {
|
|||
},
|
||||
},
|
||||
},
|
||||
haskell = {
|
||||
formatters = { {
|
||||
exe = "",
|
||||
args = {},
|
||||
} },
|
||||
linters = {},
|
||||
lsp = {
|
||||
provider = "hls",
|
||||
setup = {
|
||||
cmd = {DATA_PATH .. "/lspinstall/haskell/haskell-language-server-wrapper", "--lsp" },
|
||||
on_attach = common_on_attach,
|
||||
on_init = common_on_init,
|
||||
capabilities = common_capabilities,
|
||||
},
|
||||
},
|
||||
},
|
||||
html = {
|
||||
formatters = {
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue