summaryrefslogtreecommitdiff
path: root/dot_config/nvim_new/lsp/clarinet.lua
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/nvim_new/lsp/clarinet.lua')
-rw-r--r--dot_config/nvim_new/lsp/clarinet.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/dot_config/nvim_new/lsp/clarinet.lua b/dot_config/nvim_new/lsp/clarinet.lua
new file mode 100644
index 0000000..2c25f6a
--- /dev/null
+++ b/dot_config/nvim_new/lsp/clarinet.lua
@@ -0,0 +1,9 @@
+---@brief
+--- https://github.com/hirosystems/clarinet
+---
+--- Clarinet is the fastest way to build, test, and deploy smart contracts on the Stacks blockchain.
+return {
+ cmd = { 'clarinet', 'lsp' },
+ filetypes = { 'clar', 'clarity' },
+ root_markers = { 'Clarinet.toml' },
+}