diff options
Diffstat (limited to 'lsp/clarinet.lua')
| -rw-r--r-- | lsp/clarinet.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/clarinet.lua b/lsp/clarinet.lua index 2c25f6a4..ba25779b 100644 --- a/lsp/clarinet.lua +++ b/lsp/clarinet.lua @@ -2,6 +2,7 @@ --- https://github.com/hirosystems/clarinet --- --- Clarinet is the fastest way to build, test, and deploy smart contracts on the Stacks blockchain. +---@type vim.lsp.Config return { cmd = { 'clarinet', 'lsp' }, filetypes = { 'clar', 'clarity' }, |
