Browse Source

Ignore node stuff

Kevin Heinicke 8 năm trước cách đây
mục cha
commit
84af64e451
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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