summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
index 364e7e3..ce40db1 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,8 @@
/*
@TODO:
+- kind (icon/color)
+ - improve color_for_symbol_kind
+- send textDocument.completion.completionItemKind capability
- only show "Loading..." if it's taking some time (prevent flash)
- LSP setting
- scroll through completions
@@ -111,6 +114,7 @@ static void die(char const *fmt, ...) {
#include "lsp.h"
#include "string32.c"
+#include "colors.c"
#include "syntax.c"
bool tag_goto(Ted *ted, char const *tag);
#include "buffer.c"