diff --git a/lsp/likec4.lua b/lsp/likec4.lua index 103d3c1..6014205 100644 --- a/lsp/likec4.lua +++ b/lsp/likec4.lua @@ -1,7 +1,8 @@ return { -- The command to start the language server. - -- This assumes 'likec4' is in your system's PATH. - cmd = { "likec4", "lsp", "--stdio" }, + -- This assumes 'likec4-lsp' is in your system's PATH. + -- https://likec4.dev/tooling/editors/#standalone-language-server + cmd = { "likec4-lsp", "--stdio" }, -- The filetypes for which this server should be enabled. filetypes = { "likec4" },