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

3387 Commits

Author SHA1 Message Date
wsdjeg
7330a362b0 perf(api): use get var 2023-06-27 08:54:47 +08:00
wsdjeg
5febb52913 feat(todo): add ctrl-q to apply results to quickfix 2023-06-25 14:13:17 +08:00
wsdjeg
3874042593 perf(a.vim): improve alternate plugin 2023-06-22 22:34:18 +08:00
wsdjeg
634ea0a34f perf(lsp): use notify api to display workspace 2023-06-20 21:21:43 +08:00
wsdjeg
b65e484f18 feat('neodev'): bundle neodev to lang#lua layer 2023-06-20 19:49:35 +08:00
wsdjeg
403332accb chore(lspconfig): use latest version lspconfig for nvim 0.9.1 2023-06-19 15:59:04 +08:00
wsdjeg
b2bb63b100 perf(flygrep): improve quickfix support 2023-06-18 21:19:29 +08:00
wsdjeg
14835d4439 perf(core): use :update instead of :w 2023-06-17 18:48:42 +08:00
wsdjeg
ffdc24702d docs(notify): support multiple line msg and msg list 2023-06-17 17:37:57 +08:00
wsdjeg
0b22cc3e0b chore(tools): use bundle SourceCounter 2023-06-17 16:41:31 +08:00
wsdjeg
8613aa8f6e perf(flygrep): use lua flygrep for neovim 0.7.0+ 2023-06-15 23:10:19 +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
4d84b47a31 feat(opt): set norulur by default 2023-06-15 20:53:02 +08:00
wsdjeg
f5574cb42d fix(opt): use nvim-cmp and neo-tree only for neovim 2023-06-15 19:52:49 +08:00
wsdjeg
122fb92c4f feat(statuscolumn): add core#statuscolumn layer 2023-06-14 23:29:14 +08:00
wsdjeg
4eb8490ffc fix(tabline): focus redraw tabline when clear buffers
ref: https://github.com/neovim/neovim/issues/23989
2023-06-11 22:06:02 +08:00
wsdjeg
4cd290b71e feat(cmp-dictionary): add cmp-dictionary 2023-06-11 21:41:39 +08:00
wsdjeg
5b75fb7b6a perf(bundle): update bundle startify 2023-06-11 20:17:47 +08:00
proItheus
f4b746a617
fix(tab): fix tab and S-tab behavior 2023-06-10 15:00:07 +08:00
Eric Wong
0185457ced
fix(cmp): fix nvim-cmp support 2023-06-09 12:10:07 +08:00
wsdjeg
9d80f93a85 fix(snippet): fix snippet key binding 2023-06-09 00:43:36 +08:00
wsdjeg
333f6954e3 fix(notify): fallback to echo 2023-05-31 19:26:18 +08:00
wsdjeg
c8d8d0f504 feat(neotree): add SPC b t key binding 2023-05-31 17:07:04 +08:00
wsdjeg
d0664365c0 perf(neotree): add SPC f t/o/T key bindings 2023-05-30 22:24:17 +08:00
wsdjeg
dd1b4c6d65 perf(vimrc): change vimrc devicon 2023-05-30 21:59:39 +08:00
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
dqnk
5902f01117
fix(core): fix nvim startup with a new file 2023-05-07 21:50:36 +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
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
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
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
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
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