Skip to content

Installing StratVIM

Prerequisites:

How to install ?

  • Clone the StratVIM git repository into the .config folder:
Terminal window
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:

Terminal window
:Lazy sync

Uninstalling StratVIM :

To uninstall StratVIM and its plugins:

  • First remove the nvim folder from the .config directory :
Terminal window
rm -r ~/.config/nvim
  • Remove the plugins located in .local/share/nvim aswell :
Terminal window
rm -rf ~/.local/share/nvim