1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-25 14:21:33 +08:00
Commit Graph

4991 Commits

Author SHA1 Message Date
Wang Shidong
bcb92d75df
Use cc instead of cnext () 2021-08-21 14:27:04 +08:00
Wang Shidong
5ed892fe7f
Add --no-fonts option ()
close 
2021-08-21 14:16:41 +08:00
Wang Shidong
fd4b7a6e75
Add test for windows () 2021-08-21 13:21:11 +08:00
Wang Shidong
8f76047cbd
Fix cache directory () 2021-08-20 22:57:32 +08:00
Wang Shidong
33fd230c4b
fix(docker): disables package verification ()
There were unauthenticated packages and -y was used without
 --allow-unauthenticated. Using "--allow-unauthenticated" with
apt-get disables package verification
2021-08-19 22:21:28 +08:00
Kayle Gishen
d9524d5dbb
fix(flygrep): use current directory when none specified for ripgrep. () 2021-08-19 13:25:47 +08:00
Wang Shidong
1e4cb1f295
Fix data dir () 2021-08-18 20:54:54 +08:00
Wang Shidong
b518b77e49
Add lua projectmanager () 2021-08-17 22:54:06 +08:00
Wang Shidong
7b4ae22d45
Add lua evn () 2021-08-15 19:35:54 +08:00
Wang Shidong
81e58fdd78
Rewrite plugin a.vim in lua () 2021-08-15 19:06:48 +08:00
Wang Shidong
8f742f30a2
Add spacevim lua logger () 2021-08-14 20:51:00 +08:00
Wang Shidong
384964526b
Add lua logger api () 2021-08-14 15:27:12 +08:00
Wang Shidong
5fe3d09bb2
Add lua file api () 2021-08-14 14:20:03 +08:00
Wang Shidong
66f3306acb
Add lua system api & test () 2021-08-14 09:30:57 +08:00
Wang Shidong
3b455c1b7f
Add option for disable smooth scrolling & fix css () 2021-08-12 23:26:05 +08:00
Wang Shidong
061de45b7b
Add smooth scrolling key bindings () 2021-08-12 10:45:36 +08:00
Wang Shidong
bb7a54808b
Use indent-blankline for neovim () 2021-08-11 21:29:53 +08:00
Wang Shidong
8dc62173ab
Add option to hilight cursorword () 2021-08-11 18:51:20 +08:00
Wang Shidong
fbe1c12a83
Update cn pages () 2021-08-11 16:21:08 +08:00
Wang Shidong
be155d6ff4
Enable neovim test () 2021-08-11 13:45:38 +08:00
Jozsef Lazar
48e701e006
fix todo manager with rg 13.0 () 2021-08-11 01:16:08 +08:00
Wang Shidong
3e9b52af78
Add codecov.yml () 2021-08-10 20:37:24 +08:00
Wang Shidong
6377357a81
Add codecov () 2021-08-10 19:59:42 +08:00
Wang Shidong
c2dc72b58d
Change li icon () 2021-08-10 11:47:56 +08:00
Wang Shidong
e047354a65
Change comment border color () 2021-08-10 11:28:41 +08:00
Wang Shidong
ec1ff58124
doc: Update development page () 2021-08-09 21:37:50 +08:00
Wang Shidong
a7e9465a8c
Update community & development page () 2021-08-09 16:28:20 +08:00
Wang Shidong
c151563bc1
Add Git remote command () 2021-08-08 20:20:21 +08:00
Wang Shidong
db1ed7201d
Fix statusline ()
closs https://github.com/SpaceVim/SpaceVim/issues/4317
2021-08-08 15:04:12 +08:00
Wang Shidong
d23c6e1851
Fix SPC x d SPC key binding () 2021-08-08 12:53:02 +08:00
Wang Shidong
9be4885a41
Update docker readme () 2021-08-07 23:09:10 +08:00
Wang Shidong
8cf5519ca5
Fix docker image building () 2021-08-07 22:35:20 +08:00
Wang Shidong
6387f595f7
Update () 2021-08-07 21:37:40 +08:00
Wang Shidong
225e417ff8
Update layer page list () 2021-08-07 16:28:47 +08:00
Ajakko
dcb669eec9
Fix broken link () 2021-08-07 16:24:05 +08:00
Wang Shidong
38955b7d6e
Fix flygrep () 2021-08-07 14:10:47 +08:00
Wang Shidong
4740d02199
Add issue template () 2021-08-06 23:38:40 +08:00
Wang Shidong
b834a49492
Fix vim support () 2021-08-06 23:04:36 +08:00
Wang Shidong
eb1d0780a0
Fix notify scratch buffer () 2021-08-06 21:56:29 +08:00
Wang Shidong
dd46a88bd0
Add doc for notify api () 2021-08-06 21:07:50 +08:00
Wang Shidong
2d6bfd39a9
Improve notify api () 2021-08-06 19:19:00 +08:00
Wang Shidong
7a6b6ff659
Update irc channel () 2021-08-05 19:55:14 +08:00
Wang Shidong
41c981e9c6
Fix Git mv options () 2021-08-04 18:47:16 +08:00
Wang Shidong
95e235ab43
add bookmarks () 2021-08-04 17:05:38 +08:00
Wang Shidong
487f4fa543
Add Git mv command () 2021-08-04 12:13:28 +08:00
Wang Shidong
697fec62ea
Add Git rm command () 2021-08-01 13:30:23 +08:00
Andrew Angelo Ang
e6cb9e9003
Fix coffeescript api sys dependency ()
Co-authored-by: Andrew Angelo Ang <andrew.ang@cybersoftbpo.com>
2021-07-24 08:10:29 +08:00
Jozsef Lazar
46346dd719
update default go-lsp to gopls () 2021-07-19 20:54:41 +08:00
Benji Stephenson
21398fcfdd
refactor layer: Update deprecated fugitive calls in git layer () 2021-07-19 20:53:59 +08:00
Jozsef Lazar
af8e26af86
update make_tasks example to support Makefiles with multiple .PHONY options () 2021-07-19 20:53:12 +08:00