소스 검색

Ignore node stuff

Kevin Heinicke 8 년 전
부모
커밋
84af64e451
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      nvimrc

+ 3 - 0
nvimrc

@@ -45,6 +45,9 @@ call plug#end()  " required
 " Recursive file search
 set path+=**
 
+" Ignore some stuff esp. for ctrlP
+set wildignore+=*/node_modules/*
+
 " Make watchdogs possible
 set backupcopy=yes