aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/mint.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/mint.lua')
-rw-r--r--lsp/mint.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/lsp/mint.lua b/lsp/mint.lua
new file mode 100644
index 00000000..c949fc06
--- /dev/null
+++ b/lsp/mint.lua
@@ -0,0 +1,11 @@
+---@brief
+---
+---https://www.mint-lang.com
+--
+-- Install Mint using the [instructions](https://www.mint-lang.com/install).
+-- The language server is included since version 0.12.0.
+return {
+ cmd = { 'mint', 'ls' },
+ filetypes = { 'mint' },
+ root_markers = { 'mint.json', '.git' },
+}