diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/astro.lua')
| -rw-r--r-- | lsp/astro.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/astro.lua b/lsp/astro.lua index 6f33439c..a85aae39 100644 --- a/lsp/astro.lua +++ b/lsp/astro.lua @@ -9,6 +9,7 @@ local util = require 'lspconfig.util' +---@type vim.lsp.Config return { cmd = { 'astro-ls', '--stdio' }, filetypes = { 'astro' }, |
