diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/please.lua')
| -rw-r--r-- | lsp/please.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/please.lua b/lsp/please.lua index 116fe51c..9fec5264 100644 --- a/lsp/please.lua +++ b/lsp/please.lua @@ -5,6 +5,7 @@ --- High-performance extensible build system for reproducible multi-language builds. --- --- The `plz` binary will automatically install the LSP for you on first run +---@type vim.lsp.Config return { cmd = { 'plz', 'tool', 'lps' }, filetypes = { 'bzl' }, |
