diff options
Diffstat (limited to 'lsp/starpls.lua')
| -rw-r--r-- | lsp/starpls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/starpls.lua b/lsp/starpls.lua index c73fae62..ae4fd78e 100644 --- a/lsp/starpls.lua +++ b/lsp/starpls.lua @@ -3,6 +3,7 @@ --- https://github.com/withered-magic/starpls --- --- `starpls` is an LSP implementation for Starlark. Installation instructions can be found in the project's README. +---@type vim.lsp.Config return { cmd = { 'starpls' }, filetypes = { 'bzl' }, |
