1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +08:00
Commit Graph

3410 Commits

Author SHA1 Message Date
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
wsdjeg
5b75fb7b6a perf(bundle): update bundle startify 2023-06-11 20:17:47 +08:00
proItheus
f4b746a617
fix(tab): fix tab and S-tab behavior 2023-06-10 15:00:07 +08:00
Eric Wong
0185457ced
fix(cmp): fix nvim-cmp support 2023-06-09 12:10:07 +08:00
wsdjeg
9d80f93a85 fix(snippet): fix snippet key binding 2023-06-09 00:43:36 +08:00
wsdjeg
333f6954e3 fix(notify): fallback to echo 2023-05-31 19:26:18 +08:00
wsdjeg
c8d8d0f504 feat(neotree): add SPC b t key binding 2023-05-31 17:07:04 +08:00
wsdjeg
d0664365c0 perf(neotree): add SPC f t/o/T key bindings 2023-05-30 22:24:17 +08:00
wsdjeg
dd1b4c6d65 perf(vimrc): change vimrc devicon 2023-05-30 21:59:39 +08:00
wsdjeg
663882498b fix(font): fix guifont setting 2023-05-30 21:47:32 +08:00
wsdjeg
3ee322d4b4 feat(devicons): add nvim-web-devicons 2023-05-30 21:40:52 +08:00