summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-03 18:03:00 -0500
committerpommicket <pommicket@gmail.com>2023-01-03 18:03:00 -0500
commita648291509aa3b0f91a4b3032b780f1f688379d2 (patch)
tree9274e1fbb00d5c3b7e13965c9a77ce6a03e492b9 /main.c
parentc0397f1f4c80e73a2e4ccd1946703fe6a5bb405e (diff)
sort go-to-definition entries by detail after name
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index a49e6dd..31866f2 100644
--- a/main.c
+++ b/main.c
@@ -2,6 +2,7 @@
@TODO:
- fix problem where LSP_REQUEST_DEFINITION tag isn't being found
- ted.h documentation
+- don't start up separate clangd servers for C and C++
- handle multiple symbols with same name in go-to-definition menu
- better non-error window/showMessage(Request)
- document lsp.h and lsp.c.