Skip to content

Instantly share code, notes, and snippets.

@silicakes
Created August 1, 2021 15:08
Show Gist options
  • Save silicakes/66139195d805ba47015ef3ce2ba9d143 to your computer and use it in GitHub Desktop.
Save silicakes/66139195d805ba47015ef3ce2ba9d143 to your computer and use it in GitHub Desktop.
Adding DAML LSP support for coc.nvim - requires the DAML SDK
"languageserver": {
"daml": {
"command": "daml",
"args": ["damlc", "ide", "--RTS", "+RTS", "-M6G", "-N"],
"filetypes": ["daml"]
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment