summaryrefslogtreecommitdiff
path: root/lsp
diff options
context:
space:
mode:
Diffstat (limited to 'lsp')
-rw-r--r--lsp/asm.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lsp/asm.lua b/lsp/asm.lua
new file mode 100644
index 0000000..5630949
--- /dev/null
+++ b/lsp/asm.lua
@@ -0,0 +1,6 @@
+return {
+ cmd = { "asm-lsp" },
+ filetypes = { "asm", "s" },
+ root_markers = { ".git", "Makefile" },
+ single_file_support = true,
+}