diff options
Diffstat (limited to 'lsp/hydra_lsp.lua')
| -rw-r--r-- | lsp/hydra_lsp.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lsp/hydra_lsp.lua b/lsp/hydra_lsp.lua index d4ab5d99..70c7960b 100644 --- a/lsp/hydra_lsp.lua +++ b/lsp/hydra_lsp.lua @@ -1,8 +1,8 @@ ---@brief --- --- https://github.com/Retsediv/hydra-lsp --- --- LSP for Hydra Python package config files. +--- https://github.com/Retsediv/hydra-lsp +--- +--- LSP for Hydra Python package config files. return { cmd = { 'hydra-lsp' }, filetypes = { 'yaml' }, |
