Merge branch 'master' of https://github.com/spkerkela/configs
This commit is contained in:
commit
49015fbe66
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue