diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-07-08 16:11:51 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-07-08 16:11:51 +0200 |
| commit | 0f41af0da48ae5f6463f82badd4861adba054ad7 (patch) | |
| tree | 72009df4636ee10ae49752c6f021b466f5fc4608 | |
| parent | 4515cca66dafb98b5d22f5774510b0900c590201 (diff) | |
| download | dotfiles-0f41af0da48ae5f6463f82badd4861adba054ad7.tar.gz dotfiles-0f41af0da48ae5f6463f82badd4861adba054ad7.tar.bz2 dotfiles-0f41af0da48ae5f6463f82badd4861adba054ad7.zip | |
bootstrap: eigener Abschnitt für 'Provider' in Neovim
| -rwxr-xr-x | bootstrap-nvim.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap-nvim.sh b/bootstrap-nvim.sh index e004954..0a81973 100755 --- a/bootstrap-nvim.sh +++ b/bootstrap-nvim.sh | |||
| @@ -87,6 +87,10 @@ install_pkg git git | |||
| 87 | install_pkg node node | 87 | install_pkg node node |
| 88 | install_pkg python3 python | 88 | install_pkg python3 python |
| 89 | 89 | ||
| 90 | # === Provider === | ||
| 91 | |||
| 92 | install_npm neovim-node-host neovim | ||
| 93 | |||
| 90 | # === Formatter === | 94 | # === Formatter === |
| 91 | 95 | ||
| 92 | install_pkg gawk gawk | 96 | install_pkg gawk gawk |
| @@ -125,7 +129,6 @@ esac | |||
| 125 | 129 | ||
| 126 | # === Language Server === | 130 | # === Language Server === |
| 127 | 131 | ||
| 128 | install_npm neovim-node-host neovim | ||
| 129 | install_npm basedpyright-langserver basedpyright | 132 | install_npm basedpyright-langserver basedpyright |
| 130 | install_npm bash-language-server bash-language-server | 133 | install_npm bash-language-server bash-language-server |
| 131 | 134 | ||
