diff options
Diffstat (limited to 'lsp/kcl.lua')
| -rw-r--r-- | lsp/kcl.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lsp/kcl.lua b/lsp/kcl.lua index 21174bd5..50f1dd95 100644 --- a/lsp/kcl.lua +++ b/lsp/kcl.lua @@ -1,9 +1,9 @@ ---@brief --- --- https://github.com/kcl-lang/kcl.nvim --- --- Language server for the KCL configuration and policy language. --- +--- https://github.com/kcl-lang/kcl.nvim +--- +--- Language server for the KCL configuration and policy language. +--- return { cmd = { 'kcl-language-server' }, filetypes = { 'kcl' }, |
