diff options
author | Rafael Marçalo <raroma09@gmail.com> | 2023-06-09 02:51:32 +0100 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2023-06-09 02:51:32 +0100 |
commit | fe929b42a3daa19660ea62ba6405b52b2f19bf12 (patch) | |
tree | 93dc98b910d25ea8c66c93edbdd3a328045422a9 /INSTALL | |
parent | abc726c71e8f604f57069be2c513ad5b1a4a50a4 (diff) |
Updated neovim configs and plugins
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 |