Browse Source

Add .cquery file for code completion in vim, VS Code, etc.

Julius Pfrommer 6 years ago
parent
commit
729e95677c
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .cquery

+ 8 - 0
.cquery

@@ -0,0 +1,8 @@
+%clang
+%c -std=c99
+
+# Includes
+-I./include
+-I./src
+-I./deps
+-I./plugins