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

6966 Commits

Author SHA1 Message Date
Eric Wong
ad078317fb fix(tabline): fix default colorscheme tabline 2024-05-21 23:12:56 +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
8465f680df perf(gruvbox): update gruvbox
ref: 143a3b8bab
2024-05-21 13:14:31 +08:00
Eric Wong
99466a152f perf(colorscheme): update NormalFloat for one 2024-05-21 13:02:02 +08:00
Eric Wong
1c4627c212 perf(lspconfig): update nvim-lspconfig to 9bda20f
ref: 9bda20fb96
2024-05-21 12:31:14 +08:00
Eric Wong
4d3c680a93 fix(lsp): set server_ready to false on LspDetach 2024-05-21 12:10:31 +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
721e31186f docs(vimdoc): add extra space 2024-05-20 19:11:52 +08:00
Eric Wong
4515c6162c fix(t_ve): remove t_ve from iedit.lua
neovim does not support t_ve option.
2024-05-19 19:29:07 +08:00
Eric Wong
49b944a29d revert(history)!: do not change register @/ 2024-05-15 12:52:33 +08:00
Eric Wong
94c6282ba4 fix(rtp): fix default rpt 2024-05-15 09:36:54 +08:00
Eric Wong
77216853d9 perf(cursor): hide cursor 2024-05-14 23:24:58 +08:00
Eric Wong
503842a9a3 perf(history): update register @/ 2024-05-14 19:13:39 +08:00
Eric Wong
c2899ae1f8 fix(install): ln error if ~/.config doesn't exist
Co-authored-by:: cycychenyi <cycychenyi@outlook.com>
2024-05-14 19:07:54 +08:00
Eric Wong
ea7134702c docs(website): update doc 2024-05-07 09:25:50 +08:00
Eric Wong
2ae196cab5 docs(website): change default img to workflow 2024-05-07 08:08:03 +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
5b127e22dd perf(tabline): use lua tablineat function 2024-05-04 22:13:43 +08:00
Eric Wong
ccfceebe98 perf(tabline): add sep after hide left section 2024-05-04 21:38:21 +08:00
Eric Wong
7ece5acd37 docs(website): update roadmap and following head 2024-05-03 22:14:29 +08:00
Eric Wong
1d68f475f7 fix(tabline): fix Ctrl-Shift-Left/Right key 2024-05-03 21:53:53 +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
d6bc345442 feat(format): add rustfmt 2024-04-18 21:28:35 +08:00
Eric Wong
732401aee9 perf(job): close job handle on_exit 2024-04-17 21:21:31 +08:00
Eric Wong
172b79f658 perf(format): use first executable formatter 2024-04-17 19:53:49 +08:00
Eric Wong
01e948f6be feat(format): add c format 2024-04-17 12:19:12 +08:00
Eric Wong
9e46432d18 docs(format): add readme 2024-04-16 15:25:54 +08:00
Eric Wong
78e32eb47d fix(job): return 0 for empty table 2024-04-16 14:57:06 +08:00
Eric Wong
7ff2fec04a fix(job): check cmd before run job 2024-04-16 14:55:26 +08:00
Eric Wong
ccfc031441 fix(format): check formatted_context and stdin 2024-04-16 14:36:31 +08:00
Eric Wong
c9fd7f91c7 refactor(format): refactor on_exit function 2024-04-16 14:35:15 +08:00
Eric Wong
17a380aed9 feat(ctags): remove tags before running ctags 2024-04-16 14:08:57 +08:00
Eric Wong
545a3bc5fa feat(format): support :Format! filetype 2024-04-16 14:00:20 +08:00
Eric Wong
a7fbe2415b refactor(format): enable format function 2024-04-16 13:54:12 +08:00
Eric Wong
5b3b5886d4 fix(format): fix formatter end_line 2024-04-16 12:35:37 +08:00
Eric Wong
79d9a8323d perf(format): log formatter info 2024-04-16 12:30:56 +08:00
Eric Wong
4db99ea058 feat(format): support custom format 2024-04-16 12:24:21 +08:00
Eric Wong
d393df8ada chore(format): format code 2024-04-16 11:30:52 +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
a31dc92f8e fix(recordkey): fix win order 2024-03-31 23:34:52 +08:00
Eric Wong
f6e07c5659 feat(recordkey): support nvim 0.10.0 2024-03-31 22:49:58 +08:00
Eric Wong
f07c2e3e31 perf(recordkey): use keytrans() 2024-03-31 21:49:30 +08:00