1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:30:04 +08:00
Commit Graph

6316 Commits

Author SHA1 Message Date
wsdjeg
663882498b fix(font): fix guifont setting 2023-05-30 21:47:32 +08:00
wsdjeg
3ee322d4b4 feat(devicons): add nvim-web-devicons 2023-05-30 21:40:52 +08:00
wsdjeg
822d3269c2 perf(neotree): update neotree config 2023-05-30 21:30:41 +08:00
wsdjeg
5c83ab2f06 feat(neotree): add neotree support 2023-05-30 21:09:18 +08:00
wsdjeg
f7fd9a193c fix(font): fix startup error 2023-05-30 18:56:26 +08:00
wsdjeg
65deb82dec fix(todo): fix title generation 2023-05-29 11:49:14 +08:00
Jacopo Secchiero
fdd617e2a3
fix(projectmanager): invalid order function 2023-05-21 17:49:03 +08:00
Capi Etheriel
cdc4762c48
fix(core): fix xdg support 2023-05-07 22:21:32 +08:00
dqnk
5902f01117
fix(core): fix nvim startup with a new file 2023-05-07 21:50:36 +08:00
wsdjeg
763045513d ci(bundle): detach git.vim 2023-04-29 22:29:21 +08:00
wsdjeg
a109bfe757 ci(bundle): detach JavaUnit.vim 2023-04-29 21:36:11 +08:00
Steve Huff
d228b5e0c4
fix(font): set default font correctly on macOS 2023-04-25 23:35:00 +08:00
wsdjeg
e993474498 fix(git): ignore remote message
ignore message when run git push
2023-04-25 00:02:01 +08:00
wsdjeg
6952502638 perf(git.vim): ignore remote info 2023-04-24 23:55:09 +08:00
wsdjeg
cab92e17d3 perf(tagbar): disable debug mode 2023-04-24 23:43:34 +08:00
wsdjeg
1c4e847fd5 fix(log): enable debug mode by default 2023-04-24 23:36:18 +08:00
wsdjeg
88c885bb41 perf(tasks): use notify api for background tasks 2023-04-23 22:37:52 +08:00
wsdjeg
f4b92a7183 fix(project): enable debug mode of logger 2023-04-23 11:32:02 +08:00
wsdjeg
f1c5d9890a feat(gtags): update gtags evn when switch project
close https://github.com/SpaceVim/SpaceVim/issues/4828
2023-04-23 11:24:45 +08:00
Shidong Wang
3d4c29cf5b
feat(gtags): add more debug info 2023-04-23 10:58:12 +08:00
wsdjeg
d6fad97fe7 fix(git): avoid repeated push 2023-04-22 23:14:54 +08:00
wsdjeg
e542809569 feat(git.vim): use derived logger if exists 2023-04-22 23:03:07 +08:00
wsdjeg
8091388658 perf(log): use debug log for guide statusline 2023-04-22 22:29:03 +08:00
ChasingZenith
ce69cb81a4
feat(telescope): add :Telescope ultisnips command
add `<Leader> f s` key binding for telescope ultisnips.
this key binding is definded only when telescope layer
is loaded and snippet engine is ultisnips
2023-04-22 22:10:04 +08:00
Shidong Wang
07ef56b433
test(vim): fix vim test 2023-04-18 21:53:20 +08:00
wsdjeg
2d28abac50 ci(test): merge vim tasks 2023-04-18 20:12:40 +08:00
wsdjeg
84d1a6b321 fix(ui): remove duplicate option 2023-04-18 19:51:16 +08:00
Shidong Wang
f97e3e9f94
fix(core): fix major mode cache support 2023-04-18 19:40:42 +08:00
wsdjeg
f61fc738f0 perf(todo): use log.debug instead 2023-04-16 22:33:35 +08:00
Pedro Mendes
5d643afbd7
fix(install): fix neovim path
merge https://github.com/SpaceVim/SpaceVim/pull/4839
close https://github.com/SpaceVim/SpaceVim/issues/4838
2023-04-16 21:25:37 +08:00
wsdjeg
4d8d77fb5e chore(hop.nvim): update bundle hop.nvim
close https://github.com/SpaceVim/SpaceVim/issues/4837

update to: 90db1b2c61
2023-04-16 21:22:49 +08:00
wsdjeg
1d4406b5ca fix(layer): fix find_layers function
close https://github.com/SpaceVim/SpaceVim/issues/4825
2023-04-16 21:03:30 +08:00
wsdjeg
f7ccafb114 fix(core): check requirements when change autocomplete_method 2023-04-15 22:43:17 +08:00
wsdjeg
efa65d6537 fix(log): silent warning 2023-04-15 21:41:13 +08:00
wsdjeg
11e5a4f4b3 fix(nerdtree): fix nerdtree configuration
close https://github.com/SpaceVim/SpaceVim/issues/4810
2023-04-15 18:26:13 +08:00
wsdjeg
ce65aaadc8 fix(github): load github-issue only when has('python') 2023-04-15 18:10:01 +08:00
wsdjeg
6388258786 fix(logger): silent warn by default 2023-04-14 21:18:35 +08:00
wsdjeg
2cf2f0a987 fix(cscope): disable cscope for neovim 0.9.0 2023-04-07 23:58:12 +08:00
wsdjeg
762da59e5b chore(a.lua): update a.lua configuration 2023-04-07 11:41:42 +08:00
wsdjeg
43beabab1a docs(clang): fix doc for clang std 2023-04-06 23:05:02 +08:00
wsdjeg
cd45afc46b build(buffer): log if_py 2023-04-04 11:25:37 +08:00
wsdjeg
21b93650e4 fix(vim): apply vim patch v8.0.1635
when change to ubuntu-20.04 without this patch, can not build vim.
2023-04-04 10:53:05 +08:00
wsdjeg
49a995f7b9 ci(runner): update to ubuntu 20.04
ubuntu 18.04 runner is deprecated
2023-04-04 08:14:53 +08:00
wsdjeg
2854ad1ae2 docs(community): add info about mail list 2023-04-04 08:01:20 +08:00
wsdjeg
7fa11229a3 docs(logger): fix duplicate tags 2023-04-03 23:46:00 +08:00
wsdjeg
b830d06ef6 docs(logger): update doc of logger functions 2023-04-03 23:43:42 +08:00
wsdjeg
de6efc650c fix(logger): fix derived logger 2023-04-03 12:52:27 +08:00
wsdjeg
02fadf00ff
feat(tagbar): use default logger system 2023-04-03 12:46:38 +08:00
wsdjeg
75800458a2 chore(tagbar): update tagbar
update tagbar to tagbar@af3ce7c
2023-04-01 23:24:19 +08:00
wsdjeg
1e3889127c fix(githubapi): fix githubapi_token 2023-04-01 22:55:09 +08:00