Skip to content

mhubig/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This are the small vimrc files I use on Mac and Linux. Use at your own risk 😈!

Quick start

  1. Clone this repository:

     $ git clone https://github.com/mhubig/vim.git ~/.vim
    
  2. Create some links:

     $ ln -s ~/.vim/vimrc ~/.vimrc
     $ ln -s ~/.vim/gvimrc ~/.gvimrc
     $ ln -s ~/.vim $XDG_CONFIG_HOME/nvim
    
  3. Start Vim and install the plugins with :PlugInstall

Update vim-plug

$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
  https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

About

The small ~/.vimrc file I use on Mac and Linux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published