feat(ui): connect to remote ui (only debug messages for now)

co-authored-by: hlpr98 <hlpr98@gmail.com>
This commit is contained in:
bfredl
2022-03-12 13:47:50 +01:00
parent 3a12737e6c
commit a4400bf8cd
6 changed files with 109 additions and 4 deletions

9
src/nvim/ui_client.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef NVIM_UI_CLIENT_H
#define NVIM_UI_CLIENT_H
#include "nvim/api/private/defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
#include "ui_client.h.generated.h"
#endif
#endif // NVIM_UI_CLIENT_H