An open API service indexing awesome lists of open source software.

https://github.com/zonca/vimconfig

.vim folder for keeping vim configuration in sync
https://github.com/zonca/vimconfig

Last synced: 10 months ago
JSON representation

.vim folder for keeping vim configuration in sync

Awesome Lists containing this project

README

          

VIM
===

.vim folder with my configuration, mainly focused on python devel

for checking out the plugins, you need to run:

git submodule init

git submodule update

it is necessary to create a symbolic link for .vimrc:

ln -s .vim/vimrc .vimrc