Update dotfiles

This commit is contained in:
Joey Yakimowich-Payne 2021-09-12 10:07:31 -06:00
commit c19ed85b3d
6 changed files with 227 additions and 57 deletions

View file

@ -16,6 +16,12 @@
"command": "opam",
"args": ["config", "exec", "--", "ocamllsp"],
"filetypes": ["ocaml", "reason"]
}
},
"haskell": {
"command": "haskell-language-server-wrapper",
"args": ["--lsp"],
"rootPatterns": ["*.cabal", "stack.yaml", "cabal.project", "package.yaml", "hie.yaml"],
"filetypes": ["haskell", "lhaskell"]
}
}
}