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
Wang Shidong
caa54d32e7
Change filetree gitstatus option name ( #4465 )
2021-09-12 23:45:01 +08:00
Wang Shidong
39bf31c4b2
Change default filetree to nerdtree ( #4464 )
2021-09-12 23:06:37 +08:00
Wang Shidong
1e4cb1f295
Fix data dir ( #4409 )
2021-08-18 20:54:54 +08:00
Wang Shidong
c7eb99d6bb
Add wrap_line option ( #4291 )
2021-06-21 22:49:20 +08:00
Wang Shidong
8558514f30
Update version to v1.8.0-dev ( #4286 )
2021-06-15 23:35:59 +08:00
Wang Shidong
722b6f97cc
Release v1.7.0 ( #4285 )
2021-06-14 10:31:58 +08:00
Wang Shidong
c20177c401
Update doc ( #4246 )
2021-05-07 19:29:32 +08:00
Wang Shidong
2dd0f66ec1
Add file search option ( #4245 )
2021-05-01 22:47:19 +08:00
Wang Shidong
e1666d8e9a
Fix cursor shape option ( #4168 )
2021-04-04 13:46:48 +08:00
Wang Shidong
da5e3205c4
Fix autocomplete_method logic ( #4159 )
...
close https://github.com/SpaceVim/SpaceVim/issues/4132
close https://github.com/SpaceVim/SpaceVim/issues/4157
close https://github.com/SpaceVim/SpaceVim/issues/4156
2021-04-02 23:32:59 +08:00
zeertzjq
0c1e49eb1d
Set indentation only if default_indent is positive ( #4116 )
...
Sometimes `tapstop`, `softtabstop` and `shiftwidth` may need to be set separately to different values in a bootstrap function.
2021-03-02 09:04:03 +08:00
Wang Shidong
c761841999
Fix github action build status ( #4105 )
2021-02-21 15:56:37 +08:00
Wang Shidong
4a6e7f7331
Change Lint options ( #3943 )
2021-02-10 10:31:34 +08:00
Wang Shidong
b8f867c5c3
refactor ( #4035 )
2021-01-02 17:58:45 +08:00
Wang Shidong
f5d9f0b01a
Update version ( #4031 )
2021-01-01 16:18:31 +08:00
Wang Shidong
d870c6a1bc
Release v1.6.0 ( #4019 )
2020-12-31 22:50:06 +08:00