add bash lsp
This commit is contained in:
parent
7d2b3024ed
commit
b181efdb41
2 changed files with 5 additions and 1 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -37,5 +37,8 @@
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
},
|
},
|
||||||
"sops.binPath": "/run/current-system/sw/bin/sops",
|
"sops.binPath": "/run/current-system/sw/bin/sops",
|
||||||
"editor.formatOnSave": true
|
"editor.formatOnSave": true,
|
||||||
|
"bashIde.explainshellEndpoint": "http://localhost:5000",
|
||||||
|
"bashIde.shellcheckPath": "/run/current-system/sw/bin/shellcheck",
|
||||||
|
"bashIde.shfmt.path": "/run/current-system/sw/bin/shfmt"
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
unstable.nixfmt-rfc-style # nixfmt RFC 166-style compatible with nixpkgs soon
|
unstable.nixfmt-rfc-style # nixfmt RFC 166-style compatible with nixpkgs soon
|
||||||
|
|
||||||
# dev
|
# dev
|
||||||
|
bash-language-server
|
||||||
gh
|
gh
|
||||||
go
|
go
|
||||||
hadolint
|
hadolint
|
||||||
|
|
Loading…
Reference in a new issue