aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/buddy_ls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/buddy_ls.lua')
-rw-r--r--lsp/buddy_ls.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/lsp/buddy_ls.lua b/lsp/buddy_ls.lua
new file mode 100644
index 00000000..e2edb3b8
--- /dev/null
+++ b/lsp/buddy_ls.lua
@@ -0,0 +1,11 @@
+---@brief
+---
+---https://github.com/buddy-compiler/buddy-mlir#buddy-lsp-server
+-- The Language Server for the buddy-mlir, a drop-in replacement for mlir-lsp-server,
+-- supporting new dialects defined in buddy-mlir.
+-- `buddy-lsp-server` can be installed at the buddy-mlir repository (buddy-compiler/buddy-mlir)
+return {
+ cmd = { 'buddy-lsp-server' },
+ filetypes = { 'mlir' },
+ root_markers = { '.git' },
+}