summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-03 18:36:05 -0500
committerpommicket <pommicket@gmail.com>2023-01-03 18:36:05 -0500
commit874d7d0c6555642b06c6d2c3e75c6eddf1c94bd0 (patch)
tree3760b3aa26466c1a6e3355a18f11e456a6f84d4a /main.c
parenta648291509aa3b0f91a4b3032b780f1f688379d2 (diff)
don't start up multiple LSP servers with the same command
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 31866f2..a49e6dd 100644
--- a/main.c
+++ b/main.c
@@ -2,7 +2,6 @@
@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.