diff options
author | pommicket <pommicket@gmail.com> | 2023-09-08 17:17:35 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-08 17:18:51 -0400 |
commit | 100859239a28c2709bb3e2cdce347300a2b763e2 (patch) | |
tree | b45486fe7c2a3318d9702adbe17ce17b672a78d1 /main.c | |
parent | 49f22fb75ae7ec5ffa98532c060d81e18d71575c (diff) |
LSP over TCP initial draft
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ /* TODO: -- LSP over TCP (needed for godot) +- highlight not, super in godot (where do those appear in the godot docs?) +- what's goin wrong with godot (test other servers over TCP) + - check for server stops running over TCP +- automatically restart server +- LSP textDocument/formatting and textDocument/rangeFormatting FUTURE FEATURES: - autodetect indentation (tabs vs spaces) - custom file/build command associations |