Skip to content

Commit 792d855

Browse files
committed
fix(cairo_ls): update command
1 parent 3ea9922 commit 792d855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp/cairo_ls.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
--- *cairo-language-server is still under active development, some features might not work yet !*
1313
return {
1414
init_options = { hostInfo = 'neovim' },
15-
cmd = { 'scarb-cairo-language-server', '/C', '--node-ipc' },
15+
cmd = { 'scarb', 'cairo-language-server', '/C', '--node-ipc' },
1616
filetypes = { 'cairo' },
1717
root_markers = { 'Scarb.toml', 'cairo_project.toml', '.git' },
1818
}

0 commit comments

Comments
 (0)