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

3597 Commits

Author SHA1 Message Date
wsdjeg
37e6806081 fix(rust): fix rust lsp check
close https://github.com/SpaceVim/SpaceVim/issues/4762
2023-07-02 22:12:49 +08:00
Eric Wong
c9cd11ff21
fix(chinese): change chineselinter key binding 2023-07-02 18:57:09 +08:00
wsdjeg
1281eb75ba perf(guide): clear Search highlight group in guide buffer 2023-07-02 17:21:04 +08:00
wsdjeg
29956c36f2 perf(guide): use ctrl-d/u instead of ctrl-b/f 2023-07-02 11:45:01 +08:00
wsdjeg
d90fdee668 perf(guide): add offset length 2023-07-02 11:12:28 +08:00
wsdjeg
1014b85f50 perf(guide): add guide offset, len = 8 2023-07-01 21:55:58 +08:00
Eric Wong
b645f362e9
feat(dev): add bundle.lua 2023-07-01 20:30:44 +08:00
wsdjeg
c6195cd0e4 fix(tagbar): fix tagbar startup
close https://github.com/SpaceVim/SpaceVim/issues/4872
2023-06-28 08:52:18 +08:00
Eric Wong
d3727ce979
perf(whichkey): add which-key theme 2023-06-28 01:20:11 +08:00
wsdjeg
f0e0ba1594 ci(health): fix health test 2023-06-27 19:18:51 +08:00
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
wsdjeg
91cc06bf4c fix(clojure): fix repl key binding 2023-04-01 21:33:54 +08:00
wsdjeg
170cfcc38d feat(clojure): add lsp specific key bindings 2023-04-01 21:29:26 +08:00
wsdjeg
34934b2bd7 docs(runner): update the doc of code runner 2023-03-31 23:38:01 +08:00
wsdjeg
d518040658 fix(issue): use systemlist instead to avoid CR LF 2023-03-31 12:30:58 +08:00
wsdjeg
f4997db25d docs(projectmanager): update doc for :OpenProject 2023-03-31 12:18:23 +08:00
wsdjeg
a9c4268f8b fix(projectmanager): fix :OpenProject command 2023-03-31 00:01:47 +08:00
wsdjeg
7b1f0b5d3a fix(plugins): fix get_config_name function
close https://github.com/SpaceVim/SpaceVim/issues/4817
2023-03-30 23:28:30 +08:00
wsdjeg
390345e329 chore(version): update to v2.2.0-dev 2023-03-30 20:43:41 +08:00
wsdjeg
0d3d740c8f
Release v2.1.0 2023-03-30 20:03:37 +08:00
wsdjeg
899a1943f6 fix(coc): fix coc tab && S-tab keybinding 2023-03-30 11:03:42 +08:00
wsdjeg
f450732164 chore(coc): use bundle coc.nvim 2023-03-30 10:48:58 +08:00
wsdjeg
2f132784aa feat(grammarous): add grammarous key bindings 2023-03-29 18:01:18 +08:00
wsdjeg
8513066ee1 fix(java): disable neomake when lsp enabled 2023-03-29 13:41:52 +08:00
wsdjeg
5f519c99c9 fix(javalsp): disable omni source when lsp enabled 2023-03-29 13:17:26 +08:00
wsdjeg
423e83e479 fix(javalsp): fix jdtls_home 2023-03-29 12:24:36 +08:00
wsdjeg
10043da351
fix(lsp): update lspconfig 2023-03-29 11:59:27 +08:00
wsdjeg
54b1170497 feat(edit): add grammar checking plugin 2023-03-28 23:43:55 +08:00
wsdjeg
1fdc034d7e docs(python): update python layer key bindings 2023-03-28 23:21:22 +08:00
wsdjeg
1185975cb7 feat(python): add python_imports plugin
close https://github.com/SpaceVim/SpaceVim/issues/4242
2023-03-28 19:03:52 +08:00
wsdjeg
24dba7b23e fix(job): fix job api 2023-03-28 13:49:07 +08:00
wsdjeg
73cf51975b fix(xmake): fix xmake function name 2023-03-28 12:28:20 +08:00
wsdjeg
6ebee744ca
feat(xmake): add xmake support 2023-03-28 12:14:51 +08:00
wsdjeg
e6ac093930 fix(diff): fix diff mode
close https://github.com/SpaceVim/SpaceVim/issues/4802
2023-03-26 13:57:31 +08:00
wsdjeg
de3ec27729 chore(copyright): update copyright 2023-03-26 13:50:22 +08:00
wsdjeg
9b33d5b909 chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
wsdjeg
ad491c4025 feat(json5): add json5 support
close https://github.com/SpaceVim/SpaceVim/issues/4776
2023-03-26 13:11:24 +08:00
wsdjeg
468681284d feat(checkers): add open_error_list option
close https://github.com/SpaceVim/SpaceVim/issues/4796
2023-03-25 19:56:07 +08:00
wsdjeg
9a33b7f001 feat(plantuml): fix lang#plantuml layer
close https://github.com/SpaceVim/SpaceVim/issues/4804
2023-03-25 15:22:49 +08:00
wsdjeg
595d98247f docs(lang): update language doc 2023-03-24 09:28:35 +08:00
wsdjeg
4ff428b7a0 fix(list): fix default list mode 2023-03-24 09:21:57 +08:00
wsdjeg
fa888ffb8d feat(option): add enable_list_mode option
close https://github.com/SpaceVim/SpaceVim/issues/4801
2023-03-24 09:13:44 +08:00
Nikita Antonenkov
5cf632446b
fix(erlang): fix erlang and lsp layers 2023-03-11 19:27:28 +08:00
Alexandr Kozlenkov
ecea7b4322
fix(status): fix index array 2023-03-11 19:26:17 +08:00
Lyle McKarns
d757a9a17b
feat(powershell): Adding quite options to powershell exec
Customized profiles can/do break in non-standard terminals, increase execution time, and usually don't help in this context. I'm suggesting a change to an "embedded" or "script" style launching of powershell to accommodate this.
2023-02-21 14:03:31 +08:00
Olliver Schinagl
9e80d9bbfa
feat:(XDG): add XDG support
* fonts: Ensure mkfontscale is installed

When installing fonts, we have a silent igored error about missing
`mkfontscale` (and `mkfontdir`). Add a requirements check for it, and
'need' it when actually attempting to install fonts.


* fetch_repo: Never change a directory

It is bad practice to change the currents shell working directory. E.g.
never use 'cd' in a script.

For example, if `git pull` crashes, it would leave the user in the git
directory 'somewhere' on his filesystem, potentially causing confusion,
as the following `cd -` command is never executed.

There are of course always exceptions, such as when tooling does not
(easily) support out of tree invocation.

To solve this, run the command in a subshell, which won't touch the
current working directory as the exit of the subshell kept the previous
working directory.

A more difficult alternative would be to pass `--git-dir` and
`--work-tree` along to git, but this would make it far harder to read.

* fetch_repo: Do not duplicate code all over

There is no reason to put `need 'git'` all over the place, when the only
time we truly need it, is if we pull the repo. Make the code a little
less cluttered and a bit easier to read.

* install: Support XDG_CONFIG_HOME

Add support for the XDG specification for XDG_CONFIG_HOME. NeoVIM
already follows this, regular vim needs a bit of help there.

Closes: #3517

* SpaceVim.d: Support XDG paths

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2022-12-28 14:19:06 +08:00
wsdjeg
1f907973b8 fix(color): fix color vader test 2022-11-21 23:41:49 +08:00
wsdjeg
2fb4a62e36 fix(color): update color map 2022-11-21 23:31:09 +08:00
wsdjeg
4d02ee3f49 feat(file): add icon for toml file 2022-11-20 22:20:17 +08:00
wsdjeg
961538fc91 fix(colorscheme): fix VertSplit highlight 2022-11-20 22:09:36 +08:00
wsdjeg
53c3865f53 docs(file): add filetype icons 2022-11-20 16:45:36 +08:00
wsdjeg
3d63320771 docs(colorscheme): update doc of colorscheme layer 2022-11-19 20:28:32 +08:00
wsdjeg
ead0478037 fix(typo): fix typo in r and swift layer
merge https://github.com/SpaceVim/SpaceVim/pull/4745

Co-authored-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
2022-11-15 07:27:43 +08:00
wsdjeg
885bc3863e docs(layers): fix layers configuration snippet
close https://github.com/SpaceVim/SpaceVim/pull/4751

Co-authored-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
2022-11-14 21:18:41 +08:00
wsdjeg
a2ee3119b5 docs(dockerfile): fix typo 2022-11-14 21:09:07 +08:00
wsdjeg
297314e63e docs(dockerfile): update dockerfile doc
merge https://github.com/SpaceVim/SpaceVim/pull/4744

Co-authored-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
2022-11-14 21:07:16 +08:00
wsdjeg
1a6160e1cd docs(colorscheme): add missing list
merge 3bc0a1ad21
close https://github.com/SpaceVim/SpaceVim/pull/4746
Co-authored-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
2022-11-14 20:57:53 +08:00
Ricardo Martincoski
1d96c391fa
docs(changelog): update :h SpaceVim-changelog 2022-11-14 20:46:44 +08:00
Ricardo Martincoski
1e4b1216d2
fix(typo): buildin -> builtin 2022-11-14 15:01:20 +08:00
Ricardo Martincoski
be9c746d7a
fix(typo): ldefault -> default 2022-11-14 14:59:28 +08:00
Ricardo Martincoski
042f310fea
fix(typo): sinippet -> snippet 2022-11-14 14:57:15 +08:00
Ricardo Martincoski
77dbb96091
fix(typo): Ket -> Key 2022-11-14 14:54:48 +08:00
wsdjeg
3f14a86e0d feat(markdown): use bundle markdown plugin 2022-11-13 23:20:09 +08:00
wsdjeg
f0ca1bc6c5 fix(bootstrap): skip error in toml file 2022-11-13 22:24:23 +08:00
wsdjeg
852add00b8 perf(health): improve layer health checking 2022-11-13 15:41:15 +08:00
wsdjeg
6afcc76a49 fix(startup): fix startify
close https://github.com/SpaceVim/SpaceVim/issues/4706
2022-11-13 00:02:20 +08:00
wsdjeg
a85c19a990 perf(scrollbar): disable scrollbar in git commit buffer 2022-11-12 22:19:00 +08:00
wsdjeg
6f96cce5e5 feat(maven): add maven task provider 2022-11-02 11:37:42 +08:00
wsdjeg
91e367637a fix(projectmanager): fix root sort function 2022-11-02 10:47:42 +08:00
wsdjeg
0a7ec1a1c5 fix(java): build classpath when switch project 2022-11-02 09:38:10 +08:00
wsdjeg
88489db9c2 fix(checkers): fix statusline for checkers layer 2022-11-02 01:48:12 +08:00
wsdjeg
6ad45ced73 fix(java): enable jc2 only when no lsp 2022-11-02 00:44:01 +08:00
wsdjeg
2a7798f009 perf(java): change javac display language to en 2022-11-02 00:41:14 +08:00
wsdjeg
2e1ad13d21 chore(java): use bundle javacomplete2 2022-11-02 00:34:34 +08:00
Wang Shidong
3db40b345a
feat(tasks): add telescope task 2022-11-01 00:21:03 +08:00
wsdjeg
d6ace74117 fix(lang#c): disable clangx when lsp enabled 2022-10-30 22:00:44 +08:00
wsdjeg
aae60509e8 feat(lang#c): remove invalid entries from neomake 2022-10-30 19:37:01 +08:00
wsdjeg
e9ecbbc530 feat(notify): support notify multiple lines 2022-10-27 22:27:56 +08:00
wsdjeg
a6c5d56311 fix(gitcommit): fix gitcommit plugin 2022-10-27 17:55:42 +08:00
wsdjeg
591f725e18 feat(unstack): include vim-unstack 2022-10-27 15:44:42 +08:00
wsdjeg
91fd3ad573 perf(git): use notify instead of echo 2022-10-27 00:27:02 +08:00
wsdjeg
975e1d5088 perf(git): add git command 2022-10-27 00:23:49 +08:00
wsdjeg
0a0b74f09b fix(transient): fix transient_state quit key 2022-10-27 00:19:08 +08:00
wsdjeg
ca81fb2a96 perf(git): use git.vim instead of terminal 2022-10-26 23:57:40 +08:00
wsdjeg
6950d163f3 feat(vcs): fix log grep option 2022-10-26 23:07:58 +08:00
wsdjeg
0d26faa31d perf(scrollbar): disable scrollbar for tagbar and defx 2022-10-26 18:27:46 +08:00
wsdjeg
665727ada3 fix(projectmanager): remove log info 2022-10-26 17:35:33 +08:00
wsdjeg
e22871492f feat(cheat): ignore readfile error 2022-10-25 23:59:26 +08:00
wsdjeg
4446ad9663 chore(cheat): use bundle vim-cheat 2022-10-25 22:39:37 +08:00
Wang Shidong
ac74bffee5
feat(zettelkasten): improve zettelkasten layer 2022-10-25 18:35:51 +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
71bc539267 feat(lsp): fix lsp layer options
ref: https://github.com/SpaceVim/SpaceVim/issues/4679
2022-10-24 21:54:20 +08:00
wsdjeg
1629ba4c92 perf(notify): change notify step timer 2022-10-23 21:22:18 +08:00
wsdjeg
76a8fd42cc feat(statusline): change statusline for python doc win 2022-10-23 16:12:59 +08:00
wsdjeg
459d676373 chore(jedi): use bundle deoplete_jedi
arty/typeshed/tests/stubtest_whitelists/py36.txt
2022-10-23 16:00:31 +08:00
wsdjeg
a3bd1d31c7 chore(jedi): use bundle jedi-vim 2022-10-23 15:41:52 +08:00
wsdjeg
b2af9f5479 fix(leader): fix default_custom_leader option
close https://github.com/SpaceVim/SpaceVim/issues/4710
2022-10-23 14:32:47 +08:00
wsdjeg
70e3570082 feat(runner): add ctrl-` to close code runner windows 2022-10-23 14:04:09 +08:00
wsdjeg
d2d3c1c878 fix(gtags): add warning info for executable checking 2022-10-22 11:42:19 +08:00
wsdjeg
02afefa413 feat(repl): add i key binding to insert text 2022-10-20 22:33:26 +08:00
wsdjeg
8ec9409fda feat(todo): use lua todo manager for neovim 2022-10-20 21:19:38 +08:00
wsdjeg
961b65a6c3 feat(iedit): use lua by default for nvim 2022-10-19 23:14:55 +08:00
Wang Shidong
342c658509
feat(zettelkasten): add zettelkasten layer 2022-10-18 22:55:34 +08:00
wsdjeg
0b91495ff2 fix(tabline): fix undefined s:lsep variable
close https://github.com/SpaceVim/SpaceVim/issues/4723
2022-10-13 10:39:59 +08:00
wsdjeg
61cc23b8a0 fix(statusline): init statusline separators 2022-10-13 10:39:00 +08:00
wsdjeg
d6b2a46129 feat(searcher): rewrite searcher in lua 2022-10-10 22:27:53 +08:00
wsdjeg
888ff60fa9 feat(flygrep): support preview item 2022-10-10 13:58:09 +08:00
wsdjeg
e66aad013e docs(option): add :h SpaceVim-options-disabled_plugins 2022-10-10 02:08:14 +08:00
wsdjeg
e7cb486364 feat(edit): use lua plugin for nvim 0.7 2022-09-27 23:54:04 +08:00
wsdjeg
e424f8e58b chore(go): use bundle vim-go and deoplete-go 2022-09-27 16:40:44 +08:00
wsdjeg
80ed3d2419 feat(screensaver): use bundle screensaver 2022-09-25 21:20:35 +08:00
wsdjeg
b781e56647 chore(fsharp): use bundle fsharp plugin
- https://github.com/callmekohei/deoplete-fsharp
- https://github.com/wsdjeg/vim-fsharp
2022-09-25 19:49:14 +08:00
wsdjeg
4055a56a90 feat(custom): add log for write_to_config function 2022-09-25 19:09:10 +08:00
wsdjeg
87a1f27382 fix(argv): fix startup logic
close https://github.com/SpaceVim/SpaceVim/issues/4706
2022-09-25 17:50:08 +08:00
wsdjeg
9f6420aca6 fix(flygrep): check if filewritable 2022-09-11 21:25:48 +08:00
wsdjeg
43f7c8f78a fix(alternative): fix a.vim and a.lua 2022-09-11 21:11:40 +08:00
wsdjeg
a98b324a01 fix(flygrep): silent update history 2022-09-11 21:08:41 +08:00
Wang Shidong
79c5576fd8
feat(default): add default.lua 2022-09-11 14:46:52 +08:00
wsdjeg
1eb887032d chore(fold): add code fold marker 2022-09-10 22:12:00 +08:00
wsdjeg
6674432dc4 fix(vim#buffer): fix vim#buffer api
close https://github.com/SpaceVim/SpaceVim/issues/4674
2022-09-10 21:49:19 +08:00
wsdjeg
2067108074 fix(python): fix python support for neovim 0.7 2022-09-10 21:41:06 +08:00
Andy Zhang
9aa3de5561
fix(lsp): type error when loading lsp config (#4701) 2022-09-10 19:46:10 +08:00
wsdjeg
339c22813f fix(lua): use lua only for neovim 2022-09-10 17:47:03 +08:00
George Guimarães
3b456ab721
docs(commit): typo in gitcommit.vim
change 'pref' to 'perf'
2022-09-10 17:40:08 +08:00
Austin Ziegler
9fa6fad9ed
docs(aspectj): AspectJ support has been misspelled
- The filename is correct, but the contents have been misspelled. I've
  used `fastmod` to do a mechanical replace of `asepctj` to `aspectj`.
2022-07-29 07:46:26 +08:00
wsdjeg
b0dcd1bb84 chore(bundle): use bundle fugitive & dispatch 2022-07-24 16:26:12 +08:00
Arif Kalluru
05a78fe969
fix(branch): fix statusline branch info
Problem:
- fugitive#head() & fugitive#detect() notorking

Solution:
- Replaced fugitive#head() with FugitiveHead() if it exists or use
  fugitive#Head()
- In cd7db1d of vim-fugitive, fugitive#detect() was replaced with
  FugitiveDetect()
2022-07-15 10:51:10 +08:00
Andres
881759e2ff
fix(statusline): fix warning in buffer terminal 2022-07-15 10:49:30 +08:00
wsdjeg
77892cda77 feat(vim8): use lua plugin for vim8 2022-07-03 15:18:19 +08:00
wsdjeg
5b9ae1e168 chore(version): update version to v2.1.0-dev 2022-07-02 13:56:15 +08:00
Wang Shidong
796be121c0
Release v2.0.0 (#4687) 2022-07-02 13:36:51 +08:00
kz2013
80a4725360
fix(incsearch): fix incsearch layer
Co-authored-by: Wang Shidong <wsdjeg@outlook.com>
2022-06-26 12:52:17 +08:00
wsdjeg
075d92f92a fix(command): fix SPLayer command 2022-06-19 19:51:51 +08:00
wsdjeg
82aed9b5ac feat(lua): support ~/.SpaceVim.d/init.lua 2022-06-18 23:25:54 +08:00
wsdjeg
42466a5f02 chore(dein-ui): make info clearly 2022-06-13 00:10:03 +08:00
wsdjeg
cd99fa7242 fix(lsp): fix lsp command setting 2022-06-12 23:39:40 +08:00
wsdjeg
f8dc9c33a7 fix(lsp): fix override_client_cmds 2022-06-12 23:36:29 +08:00
wsdjeg
9bd2294131 feat(lsp): add override_client_cmds 2022-06-12 23:30:18 +08:00
wsdjeg
c419e47591 docs(help): add help description for SPC p t e 2022-06-12 16:51:22 +08:00
wsdjeg
35e132d8f9 feat(bundle): add bundle nvim-if-lua-compat 2022-06-12 16:40:40 +08:00
wsdjeg
12004cb080 chore(copyright): update copyright 2022-06-12 15:37:35 +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
f89a83ece8 fix(clipboard): fix leader y key binding 2022-06-11 08:55:29 +08:00
wsdjeg
6285536bce feat(clipboard): add vim-clipboard plugin 2022-06-11 00:47:40 +08:00
wsdjeg
c4cc14ea26 feat(incsearch): update incsearch layer 2022-06-10 16:31:14 +08:00
wsdjeg
d66173b58a feat(pylsp): add support for pylsp 2022-06-07 23:50:28 +08:00
wsdjeg
5642bc572c fix(typo): fix typo in cscope layer 2022-06-07 22:45:26 +08:00
wsdjeg
7f2dd0642d feat(cscope): add list_files_command layer option 2022-06-07 01:03:15 +08:00
wsdjeg
403d30af78 feat(ssh): add :SSHCommand command 2022-06-04 14:02:40 +08:00
wsdjeg
047f213348 feat(liquid): add liquid template support 2022-06-03 20:23:08 +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
237ec35fd7 feat(fzf): add bundle telescope fzf extension 2022-06-02 21:44:41 +08:00
wsdjeg
297f58477b feat(github): add UpdateStartedRepos command 2022-05-31 23:00:49 +08:00
wsdjeg
a892272616 feat(tmux): use bundle vim-tmux-navigator 2022-05-30 00:45:17 +08:00
wsdjeg
3d578c3377 style(viml): format code 2022-05-29 13:42:36 +08:00
wsdjeg
372e8e3026 feat(font): add key binding to reset guifont 2022-05-29 13:36:28 +08:00
wsdjeg
6e6fc71e81 fix(ui): update screen after font changed 2022-05-29 13:29:26 +08:00
wsdjeg
214ca3c3e2 feat(font): add SPC z . key binding 2022-05-29 13:14:43 +08:00
wsdjeg
cd1bab21fc fix(guifont): always set guifont 2022-05-29 12:44:36 +08:00
wsdjeg
5d7bd47ccf chore(lang#python): use bundle python plugins 2022-05-28 23:21:55 +08:00
wsdjeg
f57c0a0233 feat(calendar): add calendar statusline 2022-05-28 19:51:34 +08:00
wsdjeg
52df4ec9fe feat(lang#ruby): use bundle vim-ruby 2022-05-28 19:32:08 +08:00
wsdjeg
09dac0d30a chore(calendar): use bundle calendar.vim 2022-05-28 15:29:51 +08:00
wsdjeg
9f4a0ddbb3 fix(logger): format time 2022-05-27 17:35:33 +08:00
wsdjeg
a989f9349e feat(lang#ruby): update lsp configuration for ruby 2022-05-27 16:53:18 +08:00
wsdjeg
b8ae5eafa3 fix(runner): fix code runner 2022-05-27 16:00:54 +08:00
wsdjeg
9eebba69d4 feat(lang#ruby): support solargraph client 2022-05-27 13:05:52 +08:00
wsdjeg
aae66a28c0 feat(cmake): add :Cmake command 2022-05-24 23:09:19 +08:00
wsdjeg
90f69a974b test(telescope): add layer health function 2022-05-22 21:33:51 +08:00
wsdjeg
ac28e69c72 test(cmake): add layer health function 2022-05-22 21:18:27 +08:00
Wang Shidong
4dbbad92f0
feat(layer): add lang#cmake layer 2022-05-22 17:18:29 +08:00
Wang Shidong
14d9225346
feat(checkers): fix checkers layer option 2022-05-22 17:10:34 +08:00
wsdjeg
9caa00b009 feat(rainbow): change rainbow plugin 2022-05-22 12:51:00 +08:00
wsdjeg
cfc2b9e7b9 feat(telescope): add Telescope neoyank extension 2022-05-21 22:57:36 +08:00
wsdjeg
898fbc8c37 fix(telescope): fix telescope layer key binding 2022-05-21 22:25:59 +08:00
wsdjeg
290b7906d6 feat(lang#postscript): add lang#postscript layer 2022-05-21 13:59:07 +08:00
wsdjeg
1bc0ad8377 feat(verilog): add code runner for verilog 2022-05-20 11:26:05 +08:00
wsdjeg
847fd81ae0 chore(bundle): use bundle vim-assembly 2022-05-20 10:43:05 +08:00
wsdjeg
d69df0a152 feat(projectmanager): improve Telescope project extension 2022-05-19 11:07:16 +08:00
wsdjeg
8deb3918cc feat(project): add SPC p p for telescope layer 2022-05-19 10:08:28 +08:00
wsdjeg
1ff70c5873 fix(gina): use bundle gina & fix conceal setting
close https://github.com/SpaceVim/SpaceVim/issues/4660
2022-05-19 09:10:49 +08:00
Wang Shidong
62a15d02a4
feat(filetree): add nvim-tree.lua 2022-05-19 09:03:59 +08:00
wsdjeg
96d05b9ef5 feat(autohotkey): use bundle vim-autohotkey 2022-05-19 01:01:43 +08:00
wsdjeg
311a1e5146 docs(telescope): add telescope loadable function 2022-05-19 00:39:30 +08:00
wsdjeg
3daea9e7ae feat(mapping): add SPC f v s to view scriptnames 2022-05-18 13:36:05 +08:00
wsdjeg
076c0fe4a6 fix(telescope): fix SPC f f key binding for telescope layer 2022-05-17 21:45:39 +08:00
Wang Shidong
7237a74889
feat(layer): add telescope layer 2022-05-16 22:20:10 +08:00
wsdjeg
48c57041f9 feat(julia): add g d key binding
close https://github.com/SpaceVim/SpaceVim/issues/4669
2022-05-11 18:51:47 +08:00
wsdjeg
2b17afeaac feat(snippet): add SPC x s s to edit snippet 2022-05-09 23:21:35 +08:00
wsdjeg
7fcb497f39 fix(lint): fix layer vader test 2022-05-09 12:40:27 +08:00
wsdjeg
4f06085b25 docs(autosave): add :h SpaceVim-plugins-autosave 2022-05-09 12:12:49 +08:00
wsdjeg
d4bf364cbe feat(layer): add lang#yang layer 2022-05-08 19:41:28 +08:00
wsdjeg
a7db14e865 feat(layer): add lang#jsonnet layer 2022-05-08 19:01:53 +08:00
Wang Shidong
8277b6789f
feat(layer): add framework#django layer 2022-05-07 08:03:49 +08:00
wsdjeg
c338f45186 feat(vimchat): display user count on statusline 2022-05-02 18:38:56 +08:00
wsdjeg
dd165bd78d feat(chat): complete channels regardless of case 2022-05-02 00:15:44 +08:00
wsdjeg
7662876414 pref(log): move to last line when view runtime log 2022-05-01 17:49:29 +08:00
wsdjeg
4f82741d7a docs(gitter): add doc for gitter_token 2022-04-30 13:28:01 +08:00