ctrlp still searches the ignored directory

前端 未结 5 1638
生来不讨喜
生来不讨喜 2020-12-10 01:34

I tried to put ignored setting in .vimrc

But when I used the ctrlp to search under rails app folder

It still search the vendor fold

5条回答
  •  执笔经年
    2020-12-10 02:08

    You can use the wildignore vim setting which CtrlP will pick up on.

    set wildignore+=*\\vendor\\**
    

提交回复
热议问题