diff options
| author | pml68 <contact@pml68.dev> | 2025-09-16 23:07:41 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-09-16 23:07:41 +0200 |
| commit | e90a4f3f66c6e64d187b9f0cbb67133f1a77c0f2 (patch) | |
| tree | efa94e86bc58e0f50bd3ec85879c774b0fb3f88d /lsp/asm_lsp.lua | |
| parent | docs(README): update image sizes [skip ci] (diff) | |
| download | nvim-e90a4f3f66c6e64d187b9f0cbb67133f1a77c0f2.tar.gz | |
feat: move lsp configs to `lsp/`
Diffstat (limited to 'lsp/asm_lsp.lua')
| -rw-r--r-- | lsp/asm_lsp.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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, +} |
