From 6054fa7c2ae566f456f303b1e8b6573d1e711063 Mon Sep 17 00:00:00 2001 From: Pratik Tripathy Date: Mon, 1 Sep 2025 16:54:20 +0530 Subject: [PATCH] fix(neovim): Shellharden LSP command arguments fixed --- common/.config/nvim/lsp/shellharden.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, }