diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL/arch-install | 1 | ||||
-rw-r--r-- | INSTALL/gentoo-install | 2 | ||||
-rw-r--r-- | INSTALL/openbsd-install | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/INSTALL/arch-install b/INSTALL/arch-install index 23d9895..408f8f8 100644 --- a/INSTALL/arch-install +++ b/INSTALL/arch-install @@ -50,7 +50,6 @@ curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ ## Installing Modules nvim -c PlugInstall -nvim -c CocInstall coc-marketplace coc-tsserver coc-pyright coc-java coc-html coc-css coc-clangd # Setup Git account printf "Do yo want to setup Git account? [Y/n]" && read -r GIT diff --git a/INSTALL/gentoo-install b/INSTALL/gentoo-install index 0b03c8a..a574a4f 100644 --- a/INSTALL/gentoo-install +++ b/INSTALL/gentoo-install @@ -63,8 +63,6 @@ else ## Installing Plugins nvim -c PlugInstall - cd ~/.config/nvim/plugged/vim-hexokinase && make hexokinase - npm -g install clangd pyright typescript typescript-language-server vscode-langservers-extracted --prefix ~/.local/share/npm # Setup Git account printf "Do yo want to setup Git account? [Y/n]" && read -r GIT diff --git a/INSTALL/openbsd-install b/INSTALL/openbsd-install index 3637fa8..d7d64fd 100644 --- a/INSTALL/openbsd-install +++ b/INSTALL/openbsd-install @@ -42,8 +42,6 @@ curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ ## Installing Modules pip3 install --user pywal nvim -c PlugInstall -cd ~/.config/nvim/plugged/vim-hexokinase && make hexokinase -npm -g install clangd pyright typescript typescript-language-server vscode-langservers-extracted --prefix ~/.local/share/npm # Setup Git account printf "Do yo want to setup Git account? [Y/n]" && read -r GIT |