summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-10 10:40:10 -0500
committerpommicket <pommicket@gmail.com>2023-01-10 10:40:10 -0500
commitb0fe15647d196081d801db574fa074ff77e46f5f (patch)
tree786d4b15493ab469811fc7cd139f5d664f414644 /main.c
parentedd5188dfba93b8ffe376d0c194804f35f43dcaa (diff)
linux build , etc.
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.c b/main.c
index 90d273a..1caee6c 100644
--- a/main.c
+++ b/main.c
@@ -1,11 +1,8 @@
/*
@TODO:
-- get Makefile to use ninja
- rust-analyzer bug reports:
- bad json can give "Unexpected error: client exited without proper shutdown sequence"
- containerName not always given in workspace/symbols
-- clangd bug report:
- - textDocument/definition on ted.h declarations just gives you the declaration
- texlab bug report:
- textDocument/definition gives LocationLink regardless of client capabilities
FUTURE FEATURES:
@@ -17,6 +14,7 @@ FUTURE FEATURES:
- make go-to-definition/hover/highlight modifier key configurable
- return to previous location in buffer
- font setting & support for multiple fonts to cover more characters
+- support for variable-width fonts
- comment-start & comment-end settings
- robust find (results shouldn't move around when you type things)
- open multiple files with command line arguments