mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
feat(ui): connect to remote ui (only debug messages for now)
co-authored-by: hlpr98 <hlpr98@gmail.com>
This commit is contained in:
9
src/nvim/ui_client.h
Normal file
9
src/nvim/ui_client.h
Normal 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
|
Reference in New Issue
Block a user