diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/blueprint_ls.lua')
| -rw-r--r-- | lsp/blueprint_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/blueprint_ls.lua b/lsp/blueprint_ls.lua index f7c75ba3..20f57d73 100644 --- a/lsp/blueprint_ls.lua +++ b/lsp/blueprint_ls.lua @@ -6,6 +6,7 @@ --- --- Language server for the blueprint markup language, written in python and part --- of the blueprint-compiler. +---@type vim.lsp.Config return { cmd = { 'blueprint-compiler', 'lsp' }, cmd_env = { |
