wsdjeg
82aed9b5ac
feat(lua): support ~/.SpaceVim.d/init.lua
2022-06-18 23:25:54 +08:00
wsdjeg
db520883c9
fix(bootstrap_script): use try/catch for bootstrap_script
2022-06-03 13:14:27 +08:00
wsdjeg
842f29f6d7
fix(project): handle project_rooter_outermost option
2022-06-03 13:09:29 +08:00
wsdjeg
72c9fcca3c
chore(config): add log info for loading custom configuration file
2022-04-26 11:21:18 +08:00
wsdjeg
571296ed1f
fix(config): skip local config for $HOME
...
close https://github.com/SpaceVim/SpaceVim/issues/4641
2022-04-26 00:26:28 +08:00
wsdjeg
d27ca33a9c
feat(option): add bootstrap_script
option
2022-04-21 00:49:10 +08:00
wsdjeg
109a5b2490
fix(statusline): backward compatibility
2022-04-14 17:33:50 +08:00
wsdjeg
2452a1e86a
fix(vim): fix vim supporting
...
close https://github.com/SpaceVim/SpaceVim/issues/4628
2022-04-08 12:55:28 +08:00
wsdjeg
33cc57af55
chore(copyright): update email
2022-03-27 13:38:54 +08:00
wsdjeg
16a5c8caf2
chore(copyright): update copyright
2022-02-03 17:24:51 +08:00
Grafcube
da633d425f
feat(core): Load local config after global config
...
Loads the local `.SpaceVim.d/init.vim` file after all global
configurations. Global configuration and `init.vim` is not
loaded if `.SpaceVim.d/init.toml` is found locally. Makes
`g:spacevim_force_global_config` obsolete.
2022-02-02 14:14:35 +08:00
Shidong Wang
290dc34d73
refactor(custom): format custom.vim && update :h SpaceVim-functions
2021-11-04 14:37:30 +08:00
Shidong Wang
3a68e6ad21
doc(core): add :h SpaceVim-options-bootstrap_after/before
...
Problem: there isn't doc about boostrap function.
Solution:
1. add `:h SpaceVim-options-bootstrap_before`
2. and `:h SpaceVim-options-bootstrap_after`
3. update cn documentation about the differences between
bootstrap_after and bootstrap_before function.
2021-10-01 18:49:22 +08:00
Shidong Wang
3fc49916cc
chore: update copyright
2021-09-19 22:23:23 +08:00
Wang Shidong
7e33b5e39b
Add doc for custom spc func ( #4472 )
2021-09-19 17:54:17 +08:00
Wang Shidong
8f76047cbd
Fix cache directory ( #4414 )
2021-08-20 22:57:32 +08:00
Wang Shidong
1e4cb1f295
Fix data dir ( #4409 )
2021-08-18 20:54:54 +08:00
zeertzjq
ad913f2db4
Add .SpaceVim.d/after to the end of rtp ( #4136 )
2021-03-31 21:53:44 +08:00
Shidong Wang
ddeb8105dc
Fix resolve test
2021-02-17 14:44:41 +08:00
Jakub Nowak
93adceec29
Print error if user's bootstrap was unsuccessful ( #4093 )
2021-02-16 19:49:38 +08:00
Shidong Wang
cee6d00859
Fix wrong warn message
2021-02-15 22:58:26 +08:00
Shidong Wang
421c059d14
Fix SPACEVIMDIR
...
close https://github.com/SpaceVim/SpaceVim/issues/4021
2021-02-13 22:58:58 +08:00
Xue Qianming
f8e828e9dd
Add more custom functions ( #3260 )
...
- Spacevim#custom#LangSPC
- SpaceVim#custom#LangSPCGroupName
2020-12-20 19:36:17 +08:00
Mattia Gheda
0cf6c8f92a
🐛 cache init.toml based on filename if linked ( #3762 )
...
This commit fixes the following edgecase:
If init.toml is a symlink to another file and that file timestamp is not
updated when the file is changed then the caching system breaks.
This happens in particular for users that rely on [NixOS](https://nixos.org/ ) or
[home-manager](https://github.com/rycee/home-manager ) to
manage their vim configuration. This is because in Nix all files have
the same timestamp of the UNIX EPOCH. When generating a new
version of the file Nix will checksum the name (hence changing the name
the links point to) but the timestamp will ALWAYS be the same.
2020-09-09 17:43:59 +08:00
Wang Shidong
751725315f
Update copyright ( #3744 )
2020-08-31 21:24:27 +08:00
Wang Shidong
bf67dcf987
Improve project root manager ( #3730 )
2020-08-26 12:27:32 +08:00
Wang Shidong
31768c56ce
Add type func ( #3666 )
2020-07-28 21:53:24 +08:00
Wang Shidong
c0a652c028
Fix support for vim 7.4.1689 ( #3663 )
2020-07-27 23:21:30 +08:00
Shidong Wang
1085213bd1
Fix dein support
...
close #3513
ref: https://github.com/dracula/vim/issues/190
2020-07-19 11:03:24 +08:00
Wang Shidong
8c3d1d8281
Fix dein support ( #3647 )
...
close #3513
2020-07-19 10:47:58 +08:00
M. Willis Monroe
f68189941d
Spelling and syntax fixes ( #3439 )
2020-04-10 19:11:25 +08:00
Jonas
93376f0b7e
Respect XDG_CACHE_HOME for the data dir ( #3411 )
2020-03-29 08:34:31 +08:00
thawk
fcfcfbfe73
'enable' of layer configuration supports expression ( #3211 )
2019-11-02 13:25:09 +08:00
Wang Shidong
6541315fcd
close #2367 ( #2978 )
2019-09-12 14:14:18 +08:00
Wang Shidong
331139505a
Update Copyright ( #2878 )
2019-06-09 14:11:17 +08:00
Shidong Wang
a9931e0748
Use basic mode by default
2019-06-07 13:13:30 +08:00
Wang Shidong
2b3f3b7643
Release v1.1.0 ( #2726 )
...
* Update release script
* Update wiki
* Update img
* Update release page
* Change release page
* Fix resume
* Add Leader f SPC for fzf layer
* Add fzf menu support
* Use o to open dir in defx
* Update roadmap
* Update version
* Update version in script
* Add fzf mru
* Fix spacevim log level
close #2561
2019-04-08 07:46:56 +08:00
Wang Shidong
1c33d30eb2
Add guide for using vim as ruby ide ( #2603 )
2019-02-25 11:18:21 -06:00
Wang Shidong
11124b59ad
Fix unify path API ( #2553 )
2019-02-03 11:18:51 +08:00
Wang Shidong
6de331d8be
Fix spacevim rtp ( #2550 )
2019-02-03 00:07:31 +08:00
Wang Shidong
4e063bb322
Fix Resolve in windows ( #2549 )
2019-02-02 21:59:53 +08:00
Wang Shidong
44a8acad93
Fix mkdir plugin, ignore error message ( #2392 )
2018-12-29 23:23:53 -06:00
Wang Shidong
00804a6565
Add log for generate config ( #2369 )
...
* Add log for generating config
* Log bootstrap after error
* Update wiki
2018-12-21 23:26:34 +08:00
Shidong Wang
122e4922bb
Add log for bootstrap
2018-12-08 20:22:34 +08:00
Wang Shidong
34a3c4d64e
Update runtime log for startup ( #2219 )
2018-10-01 10:55:58 +08:00
Wang Shidong
1887a5bb5c
Complete config ( #2173 )
2018-09-16 20:42:15 +08:00
rcasta74
2d6b3a98c4
Improve compatibility with old vim ( #2130 )
...
* fix variable type mismatch
* Disable plugin with neobundle plugin manager
* Call the correct 'get' function when plugin_manager is neobundle
* Update the Following-HEAD page.
2018-09-02 18:30:15 -05:00
Wang Shidong
7eb600aef4
Fix custom config ( #1779 )
2018-06-02 16:26:58 +08:00
wsdjeg
95f8610833
Add custom plugin
2018-05-22 21:21:42 +08:00
wsdjeg
af12849c3b
Fix bootstrap function
...
close #1738
2018-05-22 20:25:40 +08:00