ctrl+p custom ignore
This commit is contained in:
parent
cc2b55a5e9
commit
ccea2964f8
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -178,6 +178,9 @@ let g:lightline = {
|
|||
\ }
|
||||
\ }
|
||||
|
||||
" ctrl-p
|
||||
let g:ctrlp_custom_ignore = 'node_modules\|build\|\.git\|gradle'
|
||||
|
||||
" Functions
|
||||
" Toggle relative line numbers and cursorline; useful for long line files
|
||||
function! LargeFileToggle()
|
||||
|
|
Loading…
Reference in a new issue