Installing StratVIM
Prerequisites:
- Install Neovim v0.9+.
- Make sure you have npm, node, cargo, pip, python, git and lazygit installed in your system.
How to install ?
- Clone the StratVIM git repository into the .config folder:
git clone https://github.com/lugvitc/StratVIM.git ~/.config/nvim
Updating plugins in StratVIM :
To update plugins in StratVIM, use the :Lazy
command inside StratVIM:
:Lazy sync
Uninstalling StratVIM :
To uninstall StratVIM and its plugins:
- First remove the nvim folder from the .config directory :
rm -r ~/.config/nvim
- Remove the plugins located in
.local/share/nvim
aswell :
rm -rf ~/.local/share/nvim