diff options
| -rwxr-xr-x | bootstrap/neovim.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap/neovim.sh b/bootstrap/neovim.sh index 158de80..6010af3 100755 --- a/bootstrap/neovim.sh +++ b/bootstrap/neovim.sh | |||
| @@ -124,14 +124,19 @@ install_tools() { | |||
| 124 | } | 124 | } |
| 125 | 125 | ||
| 126 | install_lsp() { | 126 | install_lsp() { |
| 127 | install_npm ansible-language-server @ansible/ansible-language-server | ||
| 127 | install_npm basedpyright-langserver basedpyright | 128 | install_npm basedpyright-langserver basedpyright |
| 128 | install_npm bash-language-server bash-language-server | 129 | install_npm bash-language-server bash-language-server |
| 129 | 130 | ||
| 131 | # ansible-lint/shellcheck werden von ansible-language-server bzw. | ||
| 132 | # bash-language-server intern aufgerufen. | ||
| 130 | case "$OS" in | 133 | case "$OS" in |
| 131 | Darwin) | 134 | Darwin) |
| 135 | install_pkg ansible-lint ansible-lint | ||
| 132 | install_pkg shellcheck shellcheck | 136 | install_pkg shellcheck shellcheck |
| 133 | ;; | 137 | ;; |
| 134 | FreeBSD) | 138 | FreeBSD) |
| 139 | install_pkg ansible-lint py-ansible-lint | ||
| 135 | install_pkg shellcheck hs-ShellCheck | 140 | install_pkg shellcheck hs-ShellCheck |
| 136 | ;; | 141 | ;; |
| 137 | esac | 142 | esac |
