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

3241 Commits

Author SHA1 Message Date
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