Skip to content

Commit

Permalink
fix: change lsp command
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Sinelnikov committed Sep 9, 2024
1 parent 2541fc9 commit 4fd142c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/server_configurations/snakeskin_ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local util = require 'lspconfig.util'

return {
default_config = {
cmd = { 'npx', '@snakeskin/cli', 'lsp', '--stdio' },
cmd = { 'snakeskin-cli', 'lsp', '--stdio' },
filetypes = { 'ss' },
root_dir = util.root_pattern 'package.json',
},
Expand Down

0 comments on commit 4fd142c

Please sign in to comment.