diff options
author | pommicket <pommicket@gmail.com> | 2023-01-10 10:40:10 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-10 10:40:10 -0500 |
commit | b0fe15647d196081d801db574fa074ff77e46f5f (patch) | |
tree | 786d4b15493ab469811fc7cd139f5d664f414644 /main.c | |
parent | edd5188dfba93b8ffe376d0c194804f35f43dcaa (diff) |
linux build , etc.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |