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:
5
.vimrc
5
.vimrc
@@ -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>
|
||||
"}}}
|
||||
|
||||
Reference in New Issue
Block a user