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

410 Commits

Author SHA1 Message Date
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
7eb68ca364 test(nvim): fix make test for nvim 0.9.5 2024-03-21 18:25:14 +08:00
Eric Wong
29501af80f fix(neovide): fix neovide startup
neovide use `nvim --embed -p` by default
2024-03-10 12:15:53 +08:00
Eric Wong
5d9a515653 chore(startup): add startup log 2024-03-05 23:57:33 +08:00
Eric Wong
e629491197 docs(license): add :h spacevim-dev-license 2024-02-28 11:11:56 +08:00
Eric Wong
1c31f7218a docs(help): add :h SpaceVim-dev-merge-request 2024-02-25 22:49:51 +08:00
Eric Wong
03c9f6b01b fix(git): ignore remote manager when close win 2024-02-23 17:08:52 +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
Eric Wong
d3727ce979
perf(whichkey): add which-key theme 2023-06-28 01:20:11 +08:00
wsdjeg
5b75fb7b6a perf(bundle): update bundle startify 2023-06-11 20:17:47 +08:00
wsdjeg
663882498b fix(font): fix guifont setting 2023-05-30 21:47:32 +08:00
wsdjeg
822d3269c2 perf(neotree): update neotree config 2023-05-30 21:30:41 +08:00
wsdjeg
f7fd9a193c fix(font): fix startup error 2023-05-30 18:56:26 +08:00
dqnk
5902f01117
fix(core): fix nvim startup with a new file 2023-05-07 21:50:36 +08:00
wsdjeg
f4997db25d docs(projectmanager): update doc for :OpenProject 2023-03-31 12:18:23 +08:00
wsdjeg
390345e329 chore(version): update to v2.2.0-dev 2023-03-30 20:43:41 +08:00
wsdjeg
0d3d740c8f
Release v2.1.0 2023-03-30 20:03:37 +08:00
wsdjeg
e6ac093930 fix(diff): fix diff mode
close https://github.com/SpaceVim/SpaceVim/issues/4802
2023-03-26 13:57:31 +08:00
wsdjeg
9b33d5b909 chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
wsdjeg
4ff428b7a0 fix(list): fix default list mode 2023-03-24 09:21:57 +08:00
wsdjeg
fa888ffb8d feat(option): add enable_list_mode option
close https://github.com/SpaceVim/SpaceVim/issues/4801
2023-03-24 09:13:44 +08:00
Alexandr Kozlenkov
ecea7b4322
fix(status): fix index array 2023-03-11 19:26:17 +08:00
Ricardo Martincoski
1d96c391fa
docs(changelog): update :h SpaceVim-changelog 2022-11-14 20:46:44 +08:00
wsdjeg
6afcc76a49 fix(startup): fix startify
close https://github.com/SpaceVim/SpaceVim/issues/4706
2022-11-13 00:02:20 +08:00
wsdjeg
7c656469bf feat(leader): add custom leader function
close https://github.com/SpaceVim/SpaceVim/issues/3611
2022-10-24 22:24:51 +08:00
wsdjeg
e66aad013e docs(option): add :h SpaceVim-options-disabled_plugins 2022-10-10 02:08:14 +08:00
wsdjeg
87a1f27382 fix(argv): fix startup logic
close https://github.com/SpaceVim/SpaceVim/issues/4706
2022-09-25 17:50:08 +08:00
Wang Shidong
79c5576fd8
feat(default): add default.lua 2022-09-11 14:46:52 +08:00
wsdjeg
5b9ae1e168 chore(version): update version to v2.1.0-dev 2022-07-02 13:56:15 +08:00
Wang Shidong
796be121c0
Release v2.0.0 (#4687) 2022-07-02 13:36:51 +08:00
wsdjeg
cd1bab21fc fix(guifont): always set guifont 2022-05-29 12:44:36 +08:00
Wang Shidong
14d9225346
feat(checkers): fix checkers layer option 2022-05-22 17:10:34 +08:00
Wang Shidong
62a15d02a4
feat(filetree): add nvim-tree.lua 2022-05-19 09:03:59 +08:00
wsdjeg
2ad0bb02b3 fix(startup): fix parser_argv function 2022-04-25 10:38:14 +08:00
wsdjeg
2b4b4ec93b fix(vim): fix index out of range error 2022-04-21 00:18:09 +08:00
wsdjeg
8937bc7cbe fix(core): typo in parser_argv function 2022-04-20 22:20:25 +08:00
wsdjeg
c8035f713f fix(core): fix parser_argv function
close https://github.com/SpaceVim/SpaceVim/issues/4640
2022-04-20 22:16:18 +08:00
wsdjeg
0ff0c941dc fix(projectmanager): add project_non_root option 2022-04-16 20:41:01 +08:00
wsdjeg
7f42c793dc docs(searcher): add doc about SPC s j 2022-04-14 23:21:58 +08:00
wsdjeg
109a5b2490 fix(statusline): backward compatibility 2022-04-14 17:33:50 +08:00
wsdjeg
b244af6e08 pref(options)!: rename statusline options
change spacevim_statusline_left_sections = spacevim_statusline_left
change spacevim_statusline_right_sections = spacevim_statusline_right

BREAKING CHANGE: rename the statusline sections option
2022-04-14 17:27:22 +08:00
wsdjeg
4d04e3ff96 fix(startup): fix parser_argv function
close https://github.com/SpaceVim/SpaceVim/issues/4610
2022-04-14 00:33:16 +08:00
wsdjeg
0700fc2622 docs(complete): update doc of autocomplete_method 2022-04-13 13:24:05 +08:00
wsdjeg
2c385518c0 docs(alternate): add :h SpaceVim-usage-alternate-file 2022-04-12 14:45:23 +08:00
wsdjeg
4066e71ffa fix(LeaderGuide): fix command definition 2022-04-11 22:03:48 +08:00
wsdjeg
813ad6c950 feat(todomanager): add todo_prefix option
close https://github.com/SpaceVim/SpaceVim/issues/3819
2022-04-10 21:37:27 +08:00
wsdjeg
ca58d3111b docs(option): add :h SpaceVim-options-commandline_prompt 2022-04-06 23:48:01 +08:00