diff options
author | pommicket <pommicket@gmail.com> | 2023-01-05 10:21:44 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-05 10:21:44 -0500 |
commit | b3d5c74a52945b592f13c6870ccb1f0a82fa1f42 (patch) | |
tree | 9008de5d9ca51a43cf80de2eee1d3a3909e5397e /main.c | |
parent | 8d1770423470d6f6384e258b9e27056a6dda8a04 (diff) |
document lsp.h
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ /* @TODO: -- document lsp.h. +- :lsp-reset command +- can we display publishDiagnostics notifications from 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) - make tags_dir the root folder |