diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/bufls.lua')
| -rw-r--r-- | lsp/bufls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/bufls.lua b/lsp/bufls.lua index cdde4e4f..6fab4fd0 100644 --- a/lsp/bufls.lua +++ b/lsp/bufls.lua @@ -8,6 +8,7 @@ --- ``` --- --- bufls is a Protobuf language server compatible with Buf modules and workspaces +---@type vim.lsp.Config return { cmd = { 'bufls', 'serve' }, filetypes = { 'proto' }, |
