diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/bright_script.lua')
| -rw-r--r-- | lsp/bright_script.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/bright_script.lua b/lsp/bright_script.lua index ead26fc4..9689d6da 100644 --- a/lsp/bright_script.lua +++ b/lsp/bright_script.lua @@ -6,6 +6,7 @@ --- ```sh --- npm install -g brighterscript --- ``` +---@type vim.lsp.Config return { cmd = { 'bsc', '--lsp', '--stdio' }, filetypes = { 'brs' }, |
