summaryrefslogtreecommitdiff
path: root/_config
diff options
context:
space:
mode:
authorNaoaki Ueda <nao@uedder.com>2022-04-03 15:28:26 +0900
committerNaoaki Ueda <nao@uedder.com>2022-04-03 15:28:26 +0900
commit2bd2642d1566785efda59ae5cb8f70d55e98ec68 (patch)
treefed68eecb2fbf5adb54d9f5fd6b4436e633671d4 /_config
parent39e7170b92670f2c9ce1c92cd3d2df9d59c6a5c1 (diff)
downloadvimrc-2bd2642d1566785efda59ae5cb8f70d55e98ec68.tar.gz
vimrc-2bd2642d1566785efda59ae5cb8f70d55e98ec68.tar.bz2
vimrc-2bd2642d1566785efda59ae5cb8f70d55e98ec68.zip
Change what command is to list the files in CtrlP
Diffstat (limited to '_config')
-rw-r--r--_config/110-ctrlp.vim4
1 files changed, 1 insertions, 3 deletions
diff --git a/_config/110-ctrlp.vim b/_config/110-ctrlp.vim
index 9c3ebc7..01041fa 100644
--- a/_config/110-ctrlp.vim
+++ b/_config/110-ctrlp.vim
@@ -1,8 +1,6 @@
UsePlugin 'ctrlp.vim'
-let g:ctrlp_custom_ignore = {
-\ 'dir': '\v[\/]node_modules$',
-\ }
+let g:ctrlp_user_command = ['.git', 'git -C %s ls-files -co --exclude-standard']
let g:ctrlp_switch_buffer = 0