Installing StratVIM
Prerequisites:
Section titled “Prerequisites:”- Install Neovim v0.9+.
- Make sure you have npm, node, cargo, pip, python, git and lazygit installed in your system.
How to install ?
Section titled “How to install ?”- Clone the StratVIM git repository into the .config folder:
git clone https://github.com/lugvitc/StratVIM.git ~/.config/nvimUpdating plugins in StratVIM :
Section titled “Updating plugins in StratVIM :”To update plugins in StratVIM, use the :Lazy command inside StratVIM:
:Lazy syncUninstalling StratVIM :
Section titled “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/nvimaswell :
rm -rf ~/.local/share/nvim