1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-25 23:02:35 +03:00
Commit Graph

790 Commits

Author SHA1 Message Date
Tae Won Ha
ac6bfb35cc
Reformat 2020-09-18 23:14:20 +02:00
Tae Won Ha
61d092e516
Reformat 2020-09-18 22:51:51 +02:00
Tae Won Ha
d9faae80c5
Reformat 2020-09-18 22:31:59 +02:00
Tae Won Ha
0e89b99e6f
Reformat using swiftformat 2020-09-18 16:01:55 +02:00
Tae Won Ha
ef0c29b9ef
Remove warnings 2020-09-18 12:59:26 +02:00
Tae Won Ha
9080ad8b5c
Make QOS of queue customizable in FifoCache 2020-09-18 11:02:25 +02:00
Tae Won Ha
3eb6fa1486
Make QOS of queues customizable 2020-09-18 10:57:35 +02:00
Tae Won Ha
6ab66b9045
Use weak self in subscriptions and catch all errors 2020-09-15 07:38:15 +02:00
Tae Won Ha
13ed1e28a8
Refactor build scripts 2020-08-21 08:59:40 +02:00
Tae Won Ha
aac853f2a8
Re-add some demos 2020-08-19 21:51:40 +02:00
Tae Won Ha
4f8c0391dd
Move EnvTest to Commons 2020-08-19 00:57:33 +02:00
Tae Won Ha
103db00027
Move NvimViewOld to Support 2020-08-19 00:46:56 +02:00
Tae Won Ha
879a19870b
Move some utils to Commons 2020-08-19 00:26:37 +02:00
Tae Won Ha
094893dfb4
Re-add NvimView tests, yet failing 2020-08-19 00:09:13 +02:00
Tae Won Ha
ca77228249
Extract Commons 2020-08-18 23:07:22 +02:00
Tae Won Ha
13676b377c
Extract RxPack as SPM 2020-08-18 19:37:39 +02:00
Tae Won Ha
333b8cbbe3
Use NvimServerTypes 2020-08-18 18:14:43 +02:00
Tae Won Ha
26c287f845
Copy NvimView.vim to plugin 2020-08-18 17:43:52 +02:00
Tae Won Ha
0088afb323
Ignore runtime and NvimServer binary 2020-08-18 17:34:36 +02:00
Tae Won Ha
fe8a9c92fa
Remove runtime and NvimServer binary 2020-08-18 17:34:22 +02:00
Tae Won Ha
8628473d67
Set VIMRUNTIME in NvimView (not in NvimServer) 2020-08-18 17:09:02 +02:00
Tae Won Ha
da4c7d0eb6
wip 2020-08-18 07:39:03 +02:00
Tae Won Ha
ce77012bbf
Make VimR compile 2020-08-17 23:38:06 +02:00
Tae Won Ha
842b69f91c
Make NvimView build 2020-08-17 23:28:24 +02:00
Tae Won Ha
29dc110962
Rename NvimView to NvimViewOld 2020-08-17 23:14:15 +02:00
Tae Won Ha
65c05472c3
Temporarily remove submodule 2020-08-17 23:13:02 +02:00
Tae Won Ha
de9ace6aae
Update neovim 2020-08-16 19:46:08 +02:00
Tae Won Ha
6293586f42
Use pre-built NvimServer 2020-08-16 13:58:32 +02:00
Tae Won Ha
884c73d5ab
Add download nvimserver script 2020-08-16 13:21:26 +02:00
Tae Won Ha
52859f1727
Add BlueSocket via SPM 2020-08-15 14:25:46 +02:00
Tae Won Ha
d0ccd572dd Bump version: snapshot/357 2020-08-12 20:48:28 +02:00
Tae Won Ha
c7a333f831
Do not set ${LANG} explicitly to en_US.UTF-8
- paste works without it since we're using the paste API call
2020-08-12 18:55:18 +02:00
Tae Won Ha
c9ba804ca4
Use paste API 2020-08-12 18:50:11 +02:00
Tae Won Ha
ccda659cb1
Use Any instead of AnyObject 2020-08-12 18:39:39 +02:00
Tae Won Ha
6747ce49a8
Update neovim 2020-08-12 18:30:00 +02:00
Tae Won Ha
ab1d5e7814
Update neovim 2020-08-07 07:50:48 +02:00
Tae Won Ha
2a5db9eb03
Include BlueSocket as source files
- It's only needed for msgpack-rpc
2020-08-06 18:20:23 +02:00
Tae Won Ha
df09a23749
Update neovim 2020-07-21 07:31:48 +02:00
Tae Won Ha
03255a6f2b
Add an env var test app 2020-07-12 13:15:21 +02:00
Tae Won Ha
9f7c891080 Bump version: snapshot/356 2020-07-09 18:35:13 +02:00
Johann Rudloff
9287a73768 Implement feedback from code review 2020-07-09 08:49:42 +02:00
Johann Rudloff
febf85f23d Add defaults for cursor shapes 2020-07-09 08:26:23 +02:00
Johann Rudloff
1deb2a424e Use effective foreground/background from defaultAttrs to correctly take into account reverted background (mostly under cursor) 2020-07-09 08:26:23 +02:00
Johann Rudloff
bcb894acc9 Replace cursor attributes with defaults from current cell to enable correct handling of guibg=NONE and guig=NONE 2020-07-09 08:26:23 +02:00
Johann Rudloff
4be4923fee Change cursor rendering to use configured shape and attribute colors. 2020-07-09 08:26:23 +02:00
Johann Rudloff
9bc6799e45 Make CursorShape Equatable, generate ModeInfo.description lazily. 2020-07-09 08:26:23 +02:00
Johann Rudloff
0c6aa55219 Store received ModeInfo list in NvimView 2020-07-09 08:26:23 +02:00
Johann Rudloff
d8c6ad2b5a Send mode_info_set messages from nvim to UiBridge 2020-07-09 08:26:23 +02:00
Tae Won Ha
e75170150e
Update neovim 2020-07-08 21:50:38 +02:00
Tae Won Ha
60c3e41ba6 Bump version: snapshot/355 2020-07-05 10:55:32 +02:00