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

3512 Commits

Author SHA1 Message Date
Eric Wong
6b7c5a14ce feat(statusline): add lua statusline 2024-06-09 10:37:42 +08:00
Eric Wong
d22a341fc0 feat(kotlin): update kotlin lsp support 2024-06-08 16:31:51 +08:00
Eric Wong
6cf0c361b0 perf(bundle): use bundle echodoc.vim
ref: 8c7e99e825
2024-06-05 19:16:56 +08:00
Eric Wong
bfdf0e0851 perf(bundle): use nvim-surround for nvim 0.8.0+ 2024-06-05 19:05:21 +08:00
Eric Wong
522aebb509 fix(vim): fix vim start with vim --servername VIM 2024-06-05 18:45:08 +08:00
Eric Wong
74ba9cc90a perf(autocmd): move autocmds.vim to lua 2024-06-04 23:36:20 +08:00
Eric Wong
6a97b72dc3 perf(bundle): use telescope 0.1.8 for nvim 0.10.0 2024-06-03 23:24:17 +08:00
Eric Wong
47bbf8efc0 fix(defx): use defx for nvim 0.4.0+ 2024-06-02 19:50:18 +08:00
Eric Wong
271c76e792 fix(compatible): fix bufname() and bufnr() 2024-06-02 19:43:37 +08:00
Eric Wong
fa5d3e1d1c fix(scrollbar): use zindex only for nvim 0.5.0+ 2024-06-02 13:51:58 +08:00
Eric Wong
157e276226 fix(cmp): use nvim-cmp for nvim v0.7.x or higher 2024-06-02 13:46:15 +08:00
Eric Wong
097ea8684d fix(argvs): fix parser_argv function 2024-06-02 13:35:55 +08:00
Eric Wong
de1815dd50 perf(autocmd): close vim on last quickfix win 2024-05-28 08:20:59 +08:00
Eric Wong
2af288455e perf(autocmd): move syntax autocmd to lua 2024-05-28 08:05:55 +08:00
Eric Wong
0ee4532004 perf(autocmds): use lua autocmds instead of viml 2024-05-28 07:19:55 +08:00
Eric Wong
87f7eca4c5 perf(statusline): improve syntax info color 2024-05-27 19:51:13 +08:00
Eric Wong
6d7ebe6891 docs(go): update :h SpaceVim-layers-lang-go 2024-05-26 21:35:26 +08:00
Eric Wong
9bd6508e8c fix(statusline): check vim.diagnostic.count 2024-05-25 20:39:18 +08:00
Eric Wong
e7091fbfaf perf(statusline): show errors counts on statusline 2024-05-21 21:34:27 +08:00
Eric Wong
896a9a43ef fix(gruvbox): fix NormalFloat highlight 2024-05-21 13:18:21 +08:00
Eric Wong
592bf3941a fix(lsp): fix SPC e l key binding 2024-05-21 12:03:22 +08:00
Eric Wong
49e00f00f5 fix(notify): fix notify cursor position 2024-05-21 11:25:51 +08:00
Eric Wong
49b944a29d revert(history)!: do not change register @/ 2024-05-15 12:52:33 +08:00
Eric Wong
503842a9a3 perf(history): update register @/ 2024-05-14 19:13:39 +08:00
Eric Wong
9c31df502d perf(scrollbar): change min_size to 5 2024-05-06 19:27:11 +08:00
Eric Wong
fcaab916b5 fix(statusline): fix statusline highlight 2024-05-06 19:21:26 +08:00
Eric Wong
fd9a12aa67 fix(statusline): fix statusline fireformat sep 2024-05-06 19:08:25 +08:00
Eric Wong
db3ea12b2d fix(ctrlg): fix filename format & clear highlight 2024-05-06 18:25:04 +08:00
Eric Wong
456d1f2856 fix(statusline): fix inactive separators 2024-05-06 17:58:01 +08:00
Eric Wong
bee24ee792 fix(history): fix history pos 2024-05-03 21:17:51 +08:00
Eric Wong
c28fda48b1 feat(tabline): add lua tabline 2024-04-21 22:57:47 +08:00
Eric Wong
1d8dbeb8bb feat(format.lua) add format.lua 2024-04-16 11:27:49 +08:00
Eric Wong
ae6b976930 fix(mapping): fix typo in help for leader f b
Co-authored-by:thawk <thawk009@gmail.com>
2024-04-06 20:47:12 +08:00
Eric Wong
f6e07c5659 feat(recordkey): support nvim 0.10.0 2024-03-31 22:49:58 +08:00
Eric Wong
f934a4128b feat(recordkey): add recordkey plugin 2024-03-31 20:26:37 +08:00
Eric Wong
18f2edc395 feat(notify): share viml notifys 2024-03-31 00:08:50 +08:00
Eric Wong
f759826426 feat(bookmark): custom sign text and highlight 2024-03-29 00:22:03 +08:00
Eric Wong
180493c1b5 feat(bookmarks): add new bookmark plugin 2024-03-29 00:02:30 +08:00
Eric Wong
348d868d9d perf(telescope): remove jk for telescope 2024-03-26 23:49:51 +08:00
Eric Wong
4846788807 feat(bookmarks): add telescope support 2024-03-26 23:34:21 +08:00
Eric Wong
833c9ac3d0 feat(todo): add todo_close_list option 2024-03-24 21:46:37 +08:00
Eric Wong
6ca19772e1 chore(version): update to v2.4.0-dev 2024-03-24 14:57:36 +08:00
Eric Wong
2a2deac2e6 Release v2.3.0 2024-03-24 14:49:58 +08:00
Eric Wong
f5c6730177 fix(string): fix string2chars function test for vim
skip chinese test for old vim
2024-03-23 20:40:17 +08:00
Eric Wong
735298e5b4 feat(chinese): add key bindings for translate types
add key bindings to translate characters between fullwidth type and halfwidth type.

Co-authored-by: Kun Lin <Kun.Lin@qq.com>
2024-03-22 19:26:52 +08:00
Eric Wong
a1596e9f20 fix(chinese): fix translating function between numerals
Co-authored-by: Kun Lin <Kun.Lin@qq.com>
2024-03-22 19:24:40 +08:00
Eric Wong
4563880fee perf(scrollbar): use vim#buffer api 2024-03-22 16:49:58 +08:00
Eric Wong
7eb68ca364 test(nvim): fix make test for nvim 0.9.5 2024-03-21 18:25:14 +08:00
Eric Wong
1eeff6661f perf(history): skip empty file and save pos before opening startify 2024-03-18 22:22:16 +08:00
Eric Wong
55ae728f06 perf(file): change default file icon color 2024-03-15 23:39:26 +08:00