Browse Source

Add PHP project in Vim path

DricomDragon 4 years ago
parent
commit
3f26e1a8cb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .lvimrc

+ 3 - 0
.lvimrc

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