First completion level is working (LSP connected)

This commit is contained in:
2026-05-28 18:28:59 +02:00
parent 8eeef59a98
commit a8b2960eb4
27 changed files with 5167 additions and 335 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
* @param filename Path to the file
* @return Buffer ID on success, -1 on failure
*/
int bufferCreate(const char *filename, enum bufferStatus_e state);
int bufferCreate(const char *path, enum bufferStatus_e state);
/**
* @brief Switches to a specific buffer by ID