diff --git a/common/.config/nvim/lsp/shellharden.lua b/common/.config/nvim/lsp/shellharden.lua index 1a648c9..29f12fa 100644 --- a/common/.config/nvim/lsp/shellharden.lua +++ b/common/.config/nvim/lsp/shellharden.lua @@ -1,4 +1,4 @@ return { - cmd = { "shellharden", "--lsp" }, + cmd = { "shellharden", "--suggest" }, filetypes = { "sh", "bash", "zsh" }, }