diff options
author | pommicket <pommicket@gmail.com> | 2023-08-05 14:53:04 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-05 14:53:38 -0400 |
commit | 0f38b14e10f553cb49a5da65125e21e1591cba3e (patch) | |
tree | 7e961ca6a949941fdad89a52efffe7a3be1159a5 /main.c | |
parent | 4726bd906ac8c165a10d819a33ccb3697f8040a9 (diff) |
more plugin stuff
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |