summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-05 14:53:04 -0400
committerpommicket <pommicket@gmail.com>2023-08-05 14:53:38 -0400
commit0f38b14e10f553cb49a5da65125e21e1591cba3e (patch)
tree7e961ca6a949941fdad89a52efffe7a3be1159a5 /main.c
parent4726bd906ac8c165a10d819a33ccb3697f8040a9 (diff)
more plugin stuff
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.c b/main.c
index 1a53346..8bc1ec5 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,9 @@
/*
+TODO:
+- rework menus
+- deal with really long paths in file menus
+- internalize Autocomplete, SignatureHelp, etc.
+
FUTURE FEATURES:
- autodetect indentation (tabs vs spaces)
- robust find (results shouldn't move around when you type things)