aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lsp/clarinet.lua
blob: be93d8a1753067cfd8c0837c18eee486f1f9c15a (plain)
1
2
3
4
5
6
7
8
9
10
11
---@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' },
}