aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/clarinet.lua
blob: ba25779b02b8889081469725bde5ec639d751e48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@brief
--- 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' },
  root_markers = { 'Clarinet.toml' },
}