From e239063049b5474c89b21137b99c59616b578d7a Mon Sep 17 00:00:00 2001 From: Marcelo Date: Tue, 1 Apr 2025 15:15:57 -0300 Subject: Added a bunch of treesitters and an ASM LSP. --- lsp/asm.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lsp/asm.lua (limited to 'lsp/asm.lua') 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, +} -- cgit v1.2.3