Skip to content

jlorgal/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim configuration

Basic configuration for vim using vim-plug as plugin manager.

Installation

# Clone the repo and link the vimrc to the one of the repo
git clone git://github.com/jlorgal/dotvim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc

# Install the plugins
vim -E -s <<-EOF
  :source ~/.vimrc
  :PlugInstall
  :PlugClean
  :qa
EOF

About

Vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published