/my-vim-configuration

vim configuration

Primary LanguageVim Script

My-vim-config

My vim config This is my vim config. Still in progress

Included Plugin

gmarik/Vundle.vim -- help to install other plugin
scrooloose/nerdtree -- show floder
[bling/vim-airline] (https://github.com/bling/vim-airline ) -- fancy status bar
tomasr/molokai -- color theme
Shougo/neocomplcache.vim -- good auto complete
scrooloose/syntastic -- syntax checker

Hot key

F3 NerdTree
F4 Checker

Note

1.for python checker, install pep8 pyflake
2.for more about python checker configuration (https://github.com/kimchi-project/kimchi/wiki/PEP8-Checking-Using-Syntastic)