diff options
| author | Ahmed Abdelhalim <[email protected]> | 2016-08-12 19:31:45 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2016-08-12 19:31:45 +0200 |
| commit | d89f57d9a7ed7681b7556633f9e6ca974ed456f0 (patch) | |
| tree | 32f81abe52f8a3bf9c236aa0ba61f81fcf8647ed | |
| parent | 80082b3cc4902b6c9c2fceef83ae4fe313c967cc (diff) | |
FEAT: ignore yard documentation directory from ctrl+p plugin
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -230,7 +230,7 @@ let g:UltiSnipsJumpBackwardTrigger = '<Up>' "CtrlP "===== -let g:ctrlp_custom_ignore = '\v[\/](coverage|vendor|tmp|.tmp|bower_components|node_modules|dist)$' +let g:ctrlp_custom_ignore = '\v[\/](coverage|doc|vendor|tmp|.tmp|bower_components|node_modules|dist)$' "MatchTagAlways "============== |
