Skip to content
forked from netpoetica/dotvim

Fork of awesome dotvim setup but w my flavors

Notifications You must be signed in to change notification settings

m3-group/dotvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotvim

NOTE: make a backup of ~/.vimrc, ~/.vim, ~/.gvimrc etc. For example

mv ~/.vimrc ~/.vimrc.bkup
mv ~/.vim ~/.vim.bkup
mv ~/.gvimrc ~/.gvimrc.bkup

Installation

  1. git clone https://github.com/netpoetica/dotvim.git
  2. cd dotvim
  3. git submodule init
  4. git submodule update
  5. Backup any existing VIM configuration
  6. ./install

Note: install script will create a ~/.vim/swaps and ~/.vim/backups dir (if they dont exist) in order to keep swap files centralized.

Uninstall

To uninstall, run the following three commands:

  1. unlink ~/.vim
  2. rm -rf ~/.vim/backups
  3. rm -rf ~/.vim/swaps

About

Fork of awesome dotvim setup but w my flavors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published