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

401 Commits

Author SHA1 Message Date
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
wsdjeg
80d909ca49 docs(wildignore): add :h SpaceVim-options-wildignore 2022-04-06 00:38:39 +08:00
wsdjeg
3f99d0c297 docs(todomanager): add :h SpaceVim-plugins-todomanager 2022-04-05 20:17:35 +08:00
wsdjeg
dae85aaf34 feat(guicursor): enable cursor color 2022-04-05 20:02:08 +08:00
wsdjeg
33cc57af55 chore(copyright): update email 2022-03-27 13:38:54 +08:00
wsdjeg
ccb6f0de20 docs(iedit): add :h SpaceVim-plugins-iedit 2022-03-23 18:57:21 +08:00
wsdjeg
78e2dfcaa6 docs(help): add :h SpaceVim-options-expand_tab 2022-03-20 15:42:03 +08:00
wsdjeg
e9e849b16c feat(statusline): add totallines section
close https://github.com/SpaceVim/SpaceVim/issues/4567
2022-03-20 10:13:18 +08:00
wsdjeg
16a5c8caf2 chore(copyright): update copyright 2022-02-03 17:24:51 +08:00
wsdjeg
6b01367662 docs(usage): add :h SpaceVim-usage-undotree 2022-02-02 15:51:40 +08:00