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:
committed by
Bram Moolenaar
parent
2bdad61267
commit
9247a221ce
@@ -2193,6 +2193,7 @@ typedef enum
|
||||
MODE_RAW,
|
||||
MODE_JSON,
|
||||
MODE_JS,
|
||||
MODE_LSP // Language Server Protocol (http + json)
|
||||
} ch_mode_T;
|
||||
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user