diff options
author | pommicket <pommicket@gmail.com> | 2023-09-08 19:16:37 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-08 19:16:37 -0400 |
commit | f86b0aa1e843646056c08a91fcc759aa0d8a57ba (patch) | |
tree | 49a48c14c167df8614996d0c5b8d026fc99fc627 /ted.cfg | |
parent | 100859239a28c2709bb3e2cdce347300a2b763e2 (diff) |
better LSP over TCP
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ phantom-completions = on # and such will open them. document-links = on # enable LSP support (for autocompletion, etc.) -# you can also set `lsp = ""` but this is a quick way to disable LSP servers for all langauges +# this is a quick way to disable LSP servers for all langauges lsp-enabled = yes # enable this to log all messages between ted and the LSP server # (may require restarting ted to update) |