diff options
Diffstat (limited to 'lsp/earthlyls.lua')
| -rw-r--r-- | lsp/earthlyls.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lsp/earthlyls.lua b/lsp/earthlyls.lua index a3d7bf10..f62466f8 100644 --- a/lsp/earthlyls.lua +++ b/lsp/earthlyls.lua @@ -1,8 +1,9 @@ ---@brief --- --- https://github.com/glehmann/earthlyls --- --- A fast language server for earthly. +--- https://github.com/glehmann/earthlyls +--- +--- A fast language server for earthly. + return { cmd = { 'earthlyls' }, filetypes = { 'earthfile' }, |
