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

https://github.com/domenkozar/dotvim

Personal configuration of vim editor
https://github.com/domenkozar/dotvim

Last synced: 4 months ago
JSON representation

Personal configuration of vim editor

Awesome Lists containing this project

README

          

Personal configuration of vim editor. Somewhat still messy, but with good intentions. Use under MIT licence.

Install
=======

::

$ git clone https://github.com/iElectric/dotvim.git ~/.vim
$ cd ~/.vim && git submodule init && git submodule update
$ ln -s ~/.vim/vimrc ~/.vimrc
$ ln -s ~/.vim/gvimrc ~/.gvimrc

Optional::

$ sudo pip install flake8

Plugins
=======

- NERDCommenter - add comments in many supported languages
- syntastic - validate syntax of file
- python_matchit - extends support for % functionality

TODO
====

- don't save python on syntaxerror
- add FuzzyFinder
- see what's useful in https://github.com/scrooloose/vimfiles/
- syntastic can only use one checker at once, see https://github.com/scrooloose/syntastic/pull/346