mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
fix(neovim): Shellharden LSP command arguments fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
return {
|
||||
cmd = { "shellharden", "--lsp" },
|
||||
cmd = { "shellharden", "--suggest" },
|
||||
filetypes = { "sh", "bash", "zsh" },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user