diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/asm_lsp.lua')
| -rw-r--r-- | lsp/asm_lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/asm_lsp.lua b/lsp/asm_lsp.lua index 368fa9c3..44e6519b 100644 --- a/lsp/asm_lsp.lua +++ b/lsp/asm_lsp.lua @@ -6,6 +6,7 @@ --- --- `asm-lsp` can be installed via cargo: --- cargo install asm-lsp +---@type vim.lsp.Config return { cmd = { 'asm-lsp' }, filetypes = { 'asm', 'vmasm' }, |
