Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.05 KB

README.md

File metadata and controls

48 lines (27 loc) · 1.05 KB
       ________  ___      ___ ___  _____ ______      
      |\_____  \|\  \    /  /|\  \|\   _ \  _   \    
       \|___/  /\ \  \  /  / | \  \ \  \\\__\ \  \   
           /  / /\ \  \/  / / \ \  \ \  \\|__| \  \  
          /  /_/__\ \    / /   \ \  \ \  \    \ \  \ 
         |\________\ \__/ /     \ \__\ \__\    \ \__\
          \|_______|\|__|/       \|__|\|__|     \|__|

Minimalist Vim

  • minimalist config files and scripts
  • easy to tweak to your liking
  • plugin management using Vundle
  • works on posix systems (unix and mac)
  • fast startup

Installation

requires: curl, vim and git

  • curl https://raw.githubusercontent.com/monological/zvim/master/install.sh > zvim.sh
  • sh zvim.sh && rm zvim.sh

Updating

  • cd ~/.zvim
  • sh install.sh

Customization

  • Edit ~/.vimrc if you desire to change anything
  • Add vim plugin github urls to ~/.vimrc.plugins
  • Then run vim +PluginUpdate +PluginClean +q

Uninstallation

  • cd ~/.zvim
  • sh uninstall.sh && cd ~/