diff options
Diffstat (limited to 'bootstrap/neovim.sh')
| -rwxr-xr-x | bootstrap/neovim.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap/neovim.sh b/bootstrap/neovim.sh index 14097cc..158de80 100755 --- a/bootstrap/neovim.sh +++ b/bootstrap/neovim.sh | |||
| @@ -108,11 +108,14 @@ install_tools() { | |||
| 108 | 108 | ||
| 109 | case "$OS" in | 109 | case "$OS" in |
| 110 | Darwin) | 110 | Darwin) |
| 111 | # Ein Clipboard-Tool ist als `pbcopy` bereits als Systemtool unter Macos | ||
| 112 | # vorinstalliert. | ||
| 111 | install_pkg gmake make | 113 | install_pkg gmake make |
| 112 | install_pkg fd fd | 114 | install_pkg fd fd |
| 113 | install_pkg tree-sitter tree-sitter | 115 | install_pkg tree-sitter tree-sitter |
| 114 | ;; | 116 | ;; |
| 115 | FreeBSD) | 117 | FreeBSD) |
| 118 | install_pkg xclip xclip | ||
| 116 | install_pkg gmake gmake | 119 | install_pkg gmake gmake |
| 117 | install_pkg fd fd-find | 120 | install_pkg fd fd-find |
| 118 | install_pkg tree-sitter tree-sitter-cli | 121 | install_pkg tree-sitter tree-sitter-cli |
