#ifndef NVIM_LUA_CONVERTER_H #define NVIM_LUA_CONVERTER_H #include #include #include #include "nvim/api/private/defs.h" #include "nvim/eval.h" #include "nvim/func_attr.h" typedef struct { LuaRef func_ref; } LuaCallable; typedef struct { LuaCallable lua_callable; } LuaCFunctionState; #ifdef INCLUDE_GENERATED_DECLARATIONS # include "lua/converter.h.generated.h" #endif #endif // NVIM_LUA_CONVERTER_H