Sfoglia il codice sorgente

Add PHP project in Vim path

DricomDragon 4 anni fa
parent
commit
3f26e1a8cb
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      .lvimrc

+ 3 - 0
.lvimrc

@@ -1,2 +1,5 @@
 " To comply with exitsting code
 set expandtab
+
+" Add PHP project in path
+set path=.,./web/*,./web/projets/*,./web/include/*