Remove rubylint
This commit is contained in:
commit
cc1acc3684
1 changed files with 0 additions and 2 deletions
2
vimrc
2
vimrc
|
@ -84,7 +84,6 @@ nnoremap <leader>bp :bprevious!<CR>
|
|||
nnoremap <leader>c :lclose<CR>
|
||||
nnoremap <leader>t :!
|
||||
|
||||
|
||||
""""""Setup ctlp""""""
|
||||
set runtimepath^=~/.vim/bundle/ctrlp.vim
|
||||
let g:ctrlp_map = '<leader>p'
|
||||
|
@ -125,4 +124,3 @@ let g:syntastic_cpp_cppcheck_exec = 'cppcheck'
|
|||
let g:syntastic_cpp_cpplint_exec = 'cpplint'
|
||||
let g:syntastic_cpp_checkers = ['gcc', 'cppcheck', 'cpplint']
|
||||
let g:syntastic_vim_checkers = ['vint']
|
||||
"let g:syntastic_ruby_checkers = ['mri', 'reek']
|
||||
|
|
Loading…
Reference in a new issue