1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-18 12:00:30 +01:00

update syntastic, removed unused colors

This commit is contained in:
2012-02-18 17:50:45 +01:00
parent f608a64f66
commit c2500d764e
21 changed files with 43 additions and 2361 deletions

5
.vimrc
View File

@@ -190,7 +190,10 @@ nmap <C-Down> \dj
map <Leader>u :GundoToggle<cr>
"}}}
"CtrlP {{{2
let g:ctrlp_custom_ignore = '\.git$\|\.hg$\|\.svn$||\.pyo||\.pyc||\.pyd||CVS$'
let g:ctrlp_custom_ignore = {
\ 'dir': '\.git$\|\.hg$\|\.svn$',
\ 'file': '\.pyo$\|\.pyc$\|\.pyd$',
\ }
let g:ctrlp_map = '<c-f>'
map <Leader>b :CtrlPBuffer<CR>
"}}}