1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 02:54:31 +03:00
Commit Graph

13 Commits

Author SHA1 Message Date
Tae Won Ha
03a20fb54a
Add libintl.a into repository for reproducibility 2023-12-11 21:06:47 +01:00
Tae Won Ha
eabc8835b4
Ignore third-party folder 2023-12-03 12:09:25 +01:00
Tae Won Ha
ffb3423b0f
Merge remote-tracking branch 'origin/pr/1015' into stock-nvim
Conflicts:
	.gitignore
	NvimServer~HEAD
	NvimView/Sources/NvimView/NvimView.swift
	NvimView/Sources/NvimView/UiBridge.swift
	NvimView/Support/NvimViewSupport.xcodeproj/project.pbxproj
	VimR.xcworkspace/xcshareddata/swiftpm/Package.resolved
2023-11-08 12:32:33 +01:00
Tae Won Ha
0c63513d1c
Add .vscode to gitignore 2023-11-05 19:54:08 +01:00
George Harker
2d7e3643d4 update ignores for swiftpm 2023-10-30 13:26:21 -07:00
George Harker
dff45d951f gitignore 2023-10-29 14:30:28 -07:00
Tae Won Ha
5f92fc6302
Add a dev target 2019-03-14 09:56:23 +01:00
Tae Won Ha
1fa09a7d22
Refactor slightly source generating scripts 2018-01-23 09:48:36 +01:00
Tae Won Ha
b2f70895cc
Add python script to generate source files 2017-05-27 11:07:26 +02:00
Tae Won Ha
866540dac4
Include pre-built libintl in the repository
- to eliminate warnings
- libintl.a and libintl.dylib are pre-built for 10.10
- When building neovim we have to pass the libintl location
2017-05-07 13:17:09 +02:00
Tae Won Ha
7a0610dee2
Use DIRCHANGED instead of (custom) CWDCHANGED 2017-01-23 19:49:09 +01:00
Tae Won Ha
a510090bb4
Add RxSwift via Carthage 2016-06-03 23:45:15 +02:00
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