1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-25 06:43:24 +03:00
vimr/NeoVimXpc/NeoVimXpcImpl.h
Tae Won Ha b3b47668e9
Initial commit with content
- embed libnvim in an XPC-service
- send some inputs to neovim and log the UI callbacks
2016-06-03 23:43:39 +02:00

14 lines
203 B
Objective-C

/**
* Tae Won Ha - http://taewon.de - @hataewon
* See LICENSE
*/
#import <Foundation/Foundation.h>
#import "NeoVimXpc.h"
@interface NeoVimXpcImpl : NSObject <NeoVimXpc>
- (instancetype)init;
@end