summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-05 13:18:08 -0500
committerpommicket <pommicket@gmail.com>2023-01-05 13:18:36 -0500
commit3e0548caa2cf7d6b32cc029dbc9044ef877f6cee (patch)
treecab5e9412ebe19f1ce4793ab989fc03012e2938a /main.c
parentbe318b18a01481d16149c34f649c9cdb1f91979d (diff)
allow `-delimited multiline strings in ted.cfg
also fix multiline string highlighting of keywords/# in config files
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.