This commit is contained in:
Simo-Pekka Kerkelä 2015-08-18 22:06:07 +03:00
commit 49015fbe66

View file

@ -20,6 +20,7 @@ Plugin 'nathanaelkane/vim-indent-guides'
Plugin 'scrooloose/nerdtree'
Plugin 'Raimondi/delimitMate'
Plugin 'scrooloose/syntastic'
Plugin 'raichoo/purescript-vim'
Plugin 'powerline/powerline'
Plugin 'Valloric/YouCompleteMe'
Plugin 'jiangmiao/auto-pairs'
@ -51,4 +52,4 @@ autocmd vimenter * NERDTree
au FileType javascript setlocal nocindent
colorscheme wasabi256
let g:syntastic_javascript_checkers = ['jshint']
command W w