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
- Host: GitHub
- URL: https://github.com/domenkozar/dotvim
- Owner: domenkozar
- Created: 2012-06-22T15:48:43.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-01-09T00:04:59.000Z (over 12 years ago)
- Last Synced: 2026-01-30T23:00:50.774Z (4 months ago)
- Language: VimL
- Size: 713 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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