Parcourir la source

Add PHP project in Vim path

DricomDragon il y a 4 ans
Parent
commit
3f26e1a8cb
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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/*