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

377 Commits

Author SHA1 Message Date
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
wsdjeg
8ec4ad91f6 chore(version): update to 2.0.0-dev 2022-01-08 13:54:33 +08:00
wsdjeg
687736f2b7 Release v1.9.0 2022-01-06 19:49:25 +08:00
wsdjeg
0cdc0d6df3 docs(layers): add doc for loading layer with layer option
close https://github.com/SpaceVim/SpaceVim/pull/4545
2022-01-02 22:06:01 +08:00
wsdjeg
5f1a7433e1 fix(autocmd): fix colorscheme autocmd
The SpaceVim_core autocmd group is definded too late and
should have been defined before changing the colorscheme.
2022-01-02 16:42:59 +08:00
wsdjeg
5d74df0487 refactor(autocomplete)!: do not enable nvim-cmp by default
BREAKING CHANGE: do not enable nvim-cmp by default
2022-01-01 22:39:42 +08:00
Wang Shidong
6dbd97087f
feat(autocomplete): add nvim-cmp support 2022-01-01 22:13:13 +08:00
Shidong Wang
bcd4e755ab
docs(usage): add :h SpaceVim-usage-command-line-mode 2021-12-16 00:05:09 +08:00
Steve Huff
5f37a4014f
fix(core): Handle E319 when Vim was built without language support
E319 means that Vim was built without the feature that supports a given
command (http://vimdoc.sourceforge.net/htmldoc/message.html#E319); if
Vim is built without language support, SpaceVim cannot successfully
load.  this change enables SpaceVim to recover from this error message
and continue loading.

see https://github.com/qvacua/vimr/issues/879 for an example of the
problem that this solves.
2021-11-16 01:07:20 +08:00
Shidong Wang
fcb9f0785a
feat(windisk): add windisk_encoding option 2021-11-12 10:36:47 +08:00
Shidong Wang
290dc34d73
refactor(custom): format custom.vim && update :h SpaceVim-functions 2021-11-04 14:37:30 +08:00
Shidong Wang
cd2fee0a0e
docs(usage): add :h SpaceVim-usage-search-and-replace 2021-10-28 13:46:17 +08:00
Shidong Wang
7f41707436
docs(usage): add :h SpaceVim-usage-windows-and-tabs 2021-10-23 11:14:34 +08:00
Shidong Wang
66b253e9ff
fix(core): fix neovim-qt welcome page 2021-10-21 23:11:41 +08:00
Shidong Wang
7f0b6651a4
fix(core): fix parser_argv function
close https://github.com/SpaceVim/SpaceVim/issues/4503
close https://github.com/SpaceVim/SpaceVim/issues/3559
2021-10-21 21:52:38 +08:00
Shidong Wang
516e0525e2
feat(core): update to v1.9.0-dev 2021-10-04 21:26:44 +08:00
Shidong Wang
93aeb032fa
Release v1.8.0 2021-10-04 20:49:11 +08:00
Shidong Wang
e098ae3445
feat(core): add code_runner_focus option
Problem: can not focus on code runner windows.
Solution: add `code_runner_focus` option to focus
on code runner windows.

close https://github.com/SpaceVim/SpaceVim/issues/4130
2021-10-01 15:25:42 +08:00
Shidong Wang
f48b6a9ae6
doc(core): add :h SpaceVim-dev 2021-09-28 23:37:52 +08:00
Shidong Wang
483e3c0e29
change(core): deprecate statusline_unicode_symbols option
Problem: the option name is too long
Solution: change `statusline_unicode_symbols` to `statusline_unicode`
2021-09-25 21:09:11 +08:00
Shidong Wang
72349e4dd7
change(core): deprecate project_rooter_automatically option
change `project_rooter_automatically` to `project_auto_root`
2021-09-25 21:00:22 +08:00
Shidong Wang
6a1437f49f feat(layer): add layer option for filetree columns
the spacevim option for vimfiler columns is too long,
move them to core layer.
2021-09-20 16:33:25 +08:00
Shidong Wang
3fc49916cc chore: update copyright 2021-09-19 22:23:23 +08:00
Shidong Wang
7e613e11f9 docs: update :h SpaceVim-changelog 2021-09-19 22:06:14 +08:00
Wang Shidong
68e123447a
Update core layer (#4467) 2021-09-19 17:32:31 +08:00