From e90a4f3f66c6e64d187b9f0cbb67133f1a77c0f2 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 16 Sep 2025 23:07:41 +0200 Subject: feat: move lsp configs to `lsp/` --- lsp/asm_lsp.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lsp/asm_lsp.lua (limited to 'lsp/asm_lsp.lua') diff --git a/lsp/asm_lsp.lua b/lsp/asm_lsp.lua new file mode 100644 index 0000000..da468c7 --- /dev/null +++ b/lsp/asm_lsp.lua @@ -0,0 +1,3 @@ +return { + single_file_support = true, +} -- cgit v1.2.3