diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-03-30 22:13:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-30 22:13:20 +0200 |
| commit | 94291c924f0efdbc16ac625cf77ae7d3a7fa5821 (patch) | |
| tree | 78cd7175d64c2b65ec2cf08c4300db3d82c3d8a8 /lua | |
| parent | ci: removed unused packages (#2534) (diff) | |
| download | nvim-lspconfig-94291c924f0efdbc16ac625cf77ae7d3a7fa5821.tar nvim-lspconfig-94291c924f0efdbc16ac625cf77ae7d3a7fa5821.tar.gz nvim-lspconfig-94291c924f0efdbc16ac625cf77ae7d3a7fa5821.tar.bz2 nvim-lspconfig-94291c924f0efdbc16ac625cf77ae7d3a7fa5821.tar.lz nvim-lspconfig-94291c924f0efdbc16ac625cf77ae7d3a7fa5821.tar.xz nvim-lspconfig-94291c924f0efdbc16ac625cf77ae7d3a7fa5821.tar.zst nvim-lspconfig-94291c924f0efdbc16ac625cf77ae7d3a7fa5821.zip | |
refactor: fix stylua lint error (#2535)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/ecsact.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/server_configurations/ecsact.lua b/lua/lspconfig/server_configurations/ecsact.lua index 95f37689..26ff913e 100644 --- a/lua/lspconfig/server_configurations/ecsact.lua +++ b/lua/lspconfig/server_configurations/ecsact.lua @@ -21,7 +21,7 @@ https://github.com/ecsact-dev/ecsact_lsp_server Language server for Ecsact. -The default cmd assumes `ecsact_lsp_server` is in your PATH. Typically from the
+The default cmd assumes `ecsact_lsp_server` is in your PATH. Typically from the Ecsact SDK: https://ecsact.dev/start ]], }, |
