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