From 3a8a34d7a50f679f0d3715c339cd5652e2deb7ce Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 10 Dec 2022 16:48:09 -0500 Subject: remove backslashes --- 2022/talks/lspbridge.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to '2022/talks/lspbridge.md') diff --git a/2022/talks/lspbridge.md b/2022/talks/lspbridge.md index d3d728e6..afe3af88 100644 --- a/2022/talks/lspbridge.md +++ b/2022/talks/lspbridge.md @@ -31,9 +31,9 @@ Related design, please check - Q: Is there any plan to support dap-mode or something alike? - - A: Yes, but this year I\'ve already spent so much time on + - A: Yes, but this year I've already spent so much time on develop lsp-bridge/EAF/blink-search/deno-bridge/markmacro. We - can use lsp-bridge\'s technology build faster dap-mode similar + can use lsp-bridge's technology build faster dap-mode similar project. - Q: does lsp-bridge work over Tramp? - A: tramp is very slow, I will planinng write new plugin to @@ -98,15 +98,15 @@ Related design, please check - Q: acm-mode is fast, is it possible to use it outside of lsp-bridge as a standalone mode? - - A: No, acm-mode fast is because lsp-bridge\'s multi-thread and + - A: No, acm-mode fast is because lsp-bridge's multi-thread and asynchronous design, not because acm-mode itself - Q: What lsp features will not be considered in lsp-bridge? How about symbol highlight, breadcrumbs? - - A:lsp-bridge\'s highest priority is performance, symbol + - A:lsp-bridge's highest priority is performance, symbol highlight is not useful and it will slow down the render performance (symbol-overlay is better choose) - A: breadcrumbs is not LSP procotol, I just want we coding like - hacker that live in Emacs, I don\'t want make Emacs like a + hacker that live in Emacs, I don't want make Emacs like a VSCode clone. -- cgit v1.2.3