commit 3be5b298f3b4b8e47bf173d192b0b00cd9d316b3 parent 0bfb409e926c284af728ac0654268d156f01e3b3 Author: Sylvia Ivory <git@sivory.net> Date: Tue, 17 Feb 2026 22:33:38 -0800 Add .asm-lsp.toml Diffstat:
| A | .asm-lsp.toml | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/.asm-lsp.toml b/.asm-lsp.toml @@ -0,0 +1,9 @@ +[default_config] +version = "0.10.1" +assembler = "gas" +instruction_set = "arm" + +[defauult_config.ops] +compiler = "zig" +diagnostics = false +default_diagnostics = false