1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-07 03:53:41 +05:30

fix(neovim): Shellharden LSP command arguments fixed

This commit is contained in:
Pratik Tripathy
2025-09-01 16:54:20 +05:30
parent 925711de0b
commit 6054fa7c2a
+1 -1
View File
@@ -1,4 +1,4 @@
return {
cmd = { "shellharden", "--lsp" },
cmd = { "shellharden", "--suggest" },
filetypes = { "sh", "bash", "zsh" },
}