0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.4648: handling LSP messages is a bit slow

Problem:    Handling LSP messages is a bit slow.
Solution:   Included support for LSP messages. (Yegappan Lakshmanan,
            closes #10025)
This commit is contained in:
Yegappan Lakshmanan
2022-03-30 10:16:05 +01:00
committed by Bram Moolenaar
parent 2bdad61267
commit 9247a221ce
9 changed files with 885 additions and 50 deletions

View File

@@ -2193,6 +2193,7 @@ typedef enum
MODE_RAW,
MODE_JSON,
MODE_JS,
MODE_LSP // Language Server Protocol (http + json)
} ch_mode_T;
typedef enum {