1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-19 09:43:42 +08:00
Commit Graph

121 Commits

Author SHA1 Message Date
Eric Wong
2d6abfdb7b fix(bootstrap_after): log bootstrap_after function 2024-12-24 11:22:19 +08:00
Eric Wong
af65682596 perf(bootstrap): log bootstrap function status 2024-12-24 11:11:54 +08:00
Eric Wong
a974fb5646 fix(bootstrap): use timer for bootstrap_after 2024-07-24 17:51:14 +08:00
Eric Wong
cb17aecf83 fix(statusline): fix display current tag 2024-06-10 18:49:45 +08:00
Eric Wong
6b7c5a14ce feat(statusline): add lua statusline 2024-06-09 10:37:42 +08:00
Eric Wong
74ba9cc90a perf(autocmd): move autocmds.vim to lua 2024-06-04 23:36:20 +08:00
Eric Wong
de1815dd50 perf(autocmd): close vim on last quickfix win 2024-05-28 08:20:59 +08:00
Eric Wong
2af288455e perf(autocmd): move syntax autocmd to lua 2024-05-28 08:05:55 +08:00
Eric Wong
0ee4532004 perf(autocmds): use lua autocmds instead of viml 2024-05-28 07:19:55 +08:00
Eric Wong
896a9a43ef fix(gruvbox): fix NormalFloat highlight 2024-05-21 13:18:21 +08:00
Eric Wong
fcaab916b5 fix(statusline): fix statusline highlight 2024-05-06 19:21:26 +08:00
Eric Wong
f6e07c5659 feat(recordkey): support nvim 0.10.0 2024-03-31 22:49:58 +08:00
Eric Wong
49fff62e21 feat(history)!: use history plugin instead of shada
can not fix https://github.com/neovim/neovim/issues/6875

always get error when open two nvim instances
2024-03-14 11:08:00 +08:00
Eric Wong
c46968d5e1 fix(colorscheme): link WinSeparator to VertSplit 2024-03-11 21:37:47 +08:00
wsdjeg
cb662c1083 fix(startify): fix StartifyEndOfBuffer highlight
the `StartifyEndOfBuffer` highlight group should be updated
when change colorscheme.

the startify function s:hide_endofbuffer_markers() should
be called when colorscheme changed.
2023-06-15 21:06:45 +08:00
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