Explorar el Código

Ignore node stuff

Kevin Heinicke hace 8 años
padre
commit
84af64e451
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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