Created
August 1, 2021 15:08
-
-
Save silicakes/66139195d805ba47015ef3ce2ba9d143 to your computer and use it in GitHub Desktop.
Adding DAML LSP support for coc.nvim - requires the DAML SDK
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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