summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.c b/main.c
index 0a9e379..87c76c6 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,8 @@
/*
@TODO:
-- can we display publishDiagnostics notifications from rust-analyzer (& others)?
+- LSP configuration in ted.cfg
+ - remove LSP_REQUEST_JDTLS_CONFIGURATION
+ - disable publishDiagnostics for rust-analyzer (& others)?
- phantom completions
- debug-lsp option (which logs LSP messages)
- check LSP process status (TEST: what happens if LSP server is not installed)
@@ -13,7 +15,6 @@
- grep -i -n TODO *.[ch]
- when searching files, put exact matches at the top
- auto-set build command for cmake (both for windows and unix)
---- LSP MERGE ---
- some way of opening + closing all C files in directory for clangd
textDocument/references to work?
- maybe it can be done with the clangd config instead.