1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00
Commit Graph

3420 Commits

Author SHA1 Message Date
Eric Wong
2425ef85e2
feat(log): improve logger api 2023-09-16 15:21:40 +08:00
Eric Wong
6f0728c625
feat(repl): rewrite repl plugin in lua 2023-08-31 22:07:56 +08:00
Eric Wong
7e81ce1019
feat(guide): rewrite leader guide in lua 2023-08-25 12:05:54 +08:00
wsdjeg
4e9b739632 fix(scala): use old fork ensime-vim
close https://github.com/SpaceVim/SpaceVim/issues/4899
2023-08-06 12:43:54 +08:00
Eric Wong
6b4f50a203
fix(cmdlinemenu): fix cmdlinemenu lua api 2023-08-06 11:45:19 +08:00
wsdjeg
e90c1a9d87 fix(toml): use integer instead 2023-08-05 22:31:52 +08:00
wsdjeg
b6da4a2ffc fix(toml): fix E706 2023-08-05 22:31:52 +08:00
Eric Wong
2b2c2aa5f6 feat(tasks): implement tasks.lua 2023-08-05 22:31:52 +08:00
Eric Wong
db252c01df feat(alternate): make :A command support toml 2023-08-05 22:31:52 +08:00
dqnk
b785aaa8ed
fix(typescript): fix lsp key binding for typescript 2023-08-05 21:32:12 +08:00
wsdjeg
7088f82fc7 feat(pastebin): use lua pastebin for nvim 0.9.0+ 2023-07-14 12:24:21 +08:00
wsdjeg
aa57658a58 perf(statusline): indent statusline mode text 2023-07-13 00:22:24 +08:00
Eric Wong
8b55955de4
feat(runner): rewrite code runner in lua 2023-07-13 00:00:35 +08:00
wsdjeg
69cddda857 perf(scrollbar): set scrollbar zindex to 10 2023-07-10 22:22:00 +08:00
wsdjeg
875441acbd fix(flygrep): fix version checking 2023-07-06 00:23:39 +08:00
wsdjeg
db0d2c08df revert(ui): revert indent-blankline config 2023-07-05 13:33:32 +08:00
wsdjeg
d8f880defa fix(indent-blankline): set max_indent_increase = 1 2023-07-05 13:32:04 +08:00
wsdjeg
3da610a107 chore(version): update version to v2.3.0-dev 2023-07-05 12:20:47 +08:00
Eric Wong
8a7ec45818
Release v2.2.0 2023-07-05 11:50:23 +08:00
wsdjeg
8f8ec15692 fix(flygrep): fix unknown function error 2023-07-04 01:02:13 +08:00
wsdjeg
83cb47789d test(chinese): fix vader test 2023-07-03 23:52:36 +08:00
dqnk
a39c6294bc
fix(rust): rust lsp check typos fix 2023-07-03 23:48:38 +08:00
wsdjeg
344cd372d4 test(guide): fix guide test 2023-07-03 22:38:52 +08:00
wsdjeg
37e6806081 fix(rust): fix rust lsp check
close https://github.com/SpaceVim/SpaceVim/issues/4762
2023-07-02 22:12:49 +08:00
Eric Wong
c9cd11ff21
fix(chinese): change chineselinter key binding 2023-07-02 18:57:09 +08:00
wsdjeg
1281eb75ba perf(guide): clear Search highlight group in guide buffer 2023-07-02 17:21:04 +08:00
wsdjeg
29956c36f2 perf(guide): use ctrl-d/u instead of ctrl-b/f 2023-07-02 11:45:01 +08:00
wsdjeg
d90fdee668 perf(guide): add offset length 2023-07-02 11:12:28 +08:00
wsdjeg
1014b85f50 perf(guide): add guide offset, len = 8 2023-07-01 21:55:58 +08:00
Eric Wong
b645f362e9
feat(dev): add bundle.lua 2023-07-01 20:30:44 +08:00
wsdjeg
c6195cd0e4 fix(tagbar): fix tagbar startup
close https://github.com/SpaceVim/SpaceVim/issues/4872
2023-06-28 08:52:18 +08:00
Eric Wong
d3727ce979
perf(whichkey): add which-key theme 2023-06-28 01:20:11 +08:00
wsdjeg
f0e0ba1594 ci(health): fix health test 2023-06-27 19:18:51 +08:00
wsdjeg
7330a362b0 perf(api): use get var 2023-06-27 08:54:47 +08:00
wsdjeg
5febb52913 feat(todo): add ctrl-q to apply results to quickfix 2023-06-25 14:13:17 +08:00
wsdjeg
3874042593 perf(a.vim): improve alternate plugin 2023-06-22 22:34:18 +08:00
wsdjeg
634ea0a34f perf(lsp): use notify api to display workspace 2023-06-20 21:21:43 +08:00
wsdjeg
b65e484f18 feat('neodev'): bundle neodev to lang#lua layer 2023-06-20 19:49:35 +08:00
wsdjeg
403332accb chore(lspconfig): use latest version lspconfig for nvim 0.9.1 2023-06-19 15:59:04 +08:00
wsdjeg
b2bb63b100 perf(flygrep): improve quickfix support 2023-06-18 21:19:29 +08:00
wsdjeg
14835d4439 perf(core): use :update instead of :w 2023-06-17 18:48:42 +08:00
wsdjeg
ffdc24702d docs(notify): support multiple line msg and msg list 2023-06-17 17:37:57 +08:00
wsdjeg
0b22cc3e0b chore(tools): use bundle SourceCounter 2023-06-17 16:41:31 +08:00
wsdjeg
8613aa8f6e perf(flygrep): use lua flygrep for neovim 0.7.0+ 2023-06-15 23:10:19 +08:00
wsdjeg
cb662c1083 fix(startify): fix StartifyEndOfBuffer highlight
the `StartifyEndOfBuffer` highlight group should be updated
when change colorscheme.

the startify function s:hide_endofbuffer_markers() should
be called when colorscheme changed.
2023-06-15 21:06:45 +08:00
wsdjeg
4d84b47a31 feat(opt): set norulur by default 2023-06-15 20:53:02 +08:00
wsdjeg
f5574cb42d fix(opt): use nvim-cmp and neo-tree only for neovim 2023-06-15 19:52:49 +08:00
wsdjeg
122fb92c4f feat(statuscolumn): add core#statuscolumn layer 2023-06-14 23:29:14 +08:00
wsdjeg
4eb8490ffc fix(tabline): focus redraw tabline when clear buffers
ref: https://github.com/neovim/neovim/issues/23989
2023-06-11 22:06:02 +08:00
wsdjeg
4cd290b71e feat(cmp-dictionary): add cmp-dictionary 2023-06-11 21:41:39 +08:00