wsdjeg
9b33d5b909
chore(copyright): update copyright
2023-03-26 13:44:47 +08:00
wsdjeg
961538fc91
fix(colorscheme): fix VertSplit highlight
2022-11-20 22:09:36 +08:00
wsdjeg
665727ada3
fix(projectmanager): remove log info
2022-10-26 17:35:33 +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
b215212db6
refactor(comments): move comments autocmd to layer
2022-06-12 15:33:13 +08:00
wsdjeg
b443539fb3
fix(config): handle error in local config
2022-06-12 15:28:37 +08:00
wsdjeg
58874d8b21
refactor(lang#coffeescript): move coffeescript autocmds to layer
2022-06-12 12:06:52 +08:00
wsdjeg
14a691a8aa
refactor(python): move python autocmd to lang#python
layer
2022-03-31 12:33:43 +08:00
wsdjeg
bed725bead
refactor(lang#vim): move viml autocmd to lang#vim
layer
2022-03-31 12:31:14 +08:00
wsdjeg
662480aabf
feat(mkdir): make automkdir plugin support :w foo/test.vim
2022-03-30 16:58:30 +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
wsdjeg
99d1035c6d
refactor(lang#puppet): move autocmd to lang#puppet layer
2022-01-13 19:05:05 +08:00
Wang Shidong
6dbd97087f
feat(autocomplete): add nvim-cmp support
2022-01-01 22:13:13 +08:00
Shidong Wang
53e2a5cd84
fix(colorscheme): fix VertSplit highlight of colorscheme one
2021-10-16 14:15:54 +08:00
Shidong Wang
b8eae5e4f7
fix(plugin): Fix key binding error E225
...
problem: when save file, always get error
`E225: global mapping already exists for (`
solution: remvoe unique when defind mappings
close https://github.com/SpaceVim/SpaceVim/issues/4109
2021-09-21 22:41:23 +08:00
Shidong Wang
3fc49916cc
chore: update copyright
2021-09-19 22:23:23 +08:00
Wang Shidong
bb7a54808b
Use indent-blankline for neovim ( #4325 )
2021-08-11 21:29:53 +08:00
Wang Shidong
e1666d8e9a
Fix cursor shape option ( #4168 )
2021-04-04 13:46:48 +08:00
Jakub Nowak
93adceec29
Print error if user's bootstrap was unsuccessful ( #4093 )
2021-02-16 19:49:38 +08:00
Wang Shidong
0052b27a15
Add vimdoc support in lang#vim layer ( #4010 )
2020-12-18 23:12:33 +08:00
Wang Shidong
94145bd3aa
Fix AppVeyor lint ( #3801 )
2020-09-12 07:35:25 +08:00
Wang Shidong
751725315f
Update copyright ( #3744 )
2020-08-31 21:24:27 +08:00
Wang Shidong
ca735648ba
Fix key binding q in quickfix windows ( #3645 )
...
close #3450
2020-07-18 23:25:37 +08:00
Wang Shidong
aebee1b28b
Add bundle dir ( #3542 )
2020-06-13 14:06:35 +08:00
Wang Shidong
794128e57f
Fix NeoSolarized ( #3109 )
...
close #3072
2019-10-02 22:39:01 +08:00
Wang Shidong
5a477bee58
Denite fix ( #3066 )
...
close #3057
close #3063
2019-09-18 20:57:09 +08:00
Wang Shidong
331139505a
Update Copyright ( #2878 )
2019-06-09 14:11:17 +08:00
Wang Shidong
81b56a907c
Remove some code && fix windows support ( #2874 )
2019-06-08 15:09:53 +08:00
飘尘
ad44dbb07b
Fix: indentLine plugin error ( #2827 ) ( #2834 )
2019-05-20 14:47:27 +08:00
Wang Shidong
54575d6f76
Add srcery colorscheme ( #2526 )
2019-04-28 21:19:09 +08:00
Wang Shidong
53a20b8549
Change: enable relativenumber only in current win ( #2771 )
...
* Change: enable relativenumber only in current win
* Implement feature
* Only use bufenter and winenter autocmd
2019-04-26 21:43:46 +08:00
Wang Shidong
7ba0d91a62
Fix buf pos ( #2614 )
...
* Fix buf pos
* Fix buffer old pos
2019-02-20 22:33:00 +08:00
Chen Lijun
6be60dba42
Fix wrong saved cursor position for NERDTree ( #2565 ) ( #2566 )
2019-02-10 07:59:42 +08:00
Shidong Wang
413ef72c6f
Move xml lua html autocmd to lang layer
2019-01-22 22:24:05 +08:00
Shidong Wang
6234d7379a
Use private var
2019-01-22 22:20:07 +08:00
Shidong Wang
8608b42634
Move jsp autocmd to java layer
2019-01-22 22:18:34 +08:00
飘尘
01ab9d4805
remember cursor position when switch buffer ( #2454 )
2019-01-12 21:14:29 +08:00
Wang Shidong
37bde366dc
Fix vimdoc support in windows ( #2372 )
...
* Fix vimdoc support in windows
ref:
- https://github.com/neovim/neovim/issues/9391
- https://github.com/google/vimdoc/issues/106
* Update wiki
2018-12-23 10:58:16 +08: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
Wang Shidong
e68368dd14
Fix vimdoc command in windows ( #2338 )
...
* Fix vimdoc command in windows
* Update wiki
2018-12-14 09:45:50 +08:00
Zhang YANG
e927fa382f
Fix incorrect comments introduced in autocmds.vim
2018-12-06 21:32:15 +08:00
Wang Shidong
0008a752ab
Fix toggle cursorline ( #2171 )
2018-09-16 13:54:57 +08:00
Wang Shidong
88606a9af4
Do not set nomodeline ( #1992 )
...
* Do not set nomodeline
* Update wiki
2018-07-28 18:56:24 +08:00
Wang Shidong
7ff72c7136
reduce default plugins ( #1932 )
2018-07-12 20:57:06 +08:00
Wang Shidong
1c0810b613
Fix Statusline of inactive windows ( #1913 )
...
* Fix inactive statusline
* Fix inactive statusline
2018-07-11 20:34:38 +08:00
Wang Shidong
c86fc67180
Remove set textwidth for text filetype ( #1931 )
...
* Remove set textwidth for text filetype
* Update following HEAD page
2018-07-11 20:34:08 +08:00
Wang Shidong
92733364e4
Add toml config documentation ( #1721 )
...
* Fix toml config example
ref #1705
close #1705
close #1704
close #1701
close #1629
2018-05-13 12:59:41 +08:00
wsdjeg
3635c58129
Fix key bindings
2018-04-01 13:16:14 +08:00