1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

docs(bundle): update bundle plugin list

This commit is contained in:
wsdjeg 2023-03-29 00:20:12 +08:00
parent 000bd102e5
commit 8ba073a4a6

13
bundle/README.md vendored
View File

@ -5,9 +5,9 @@ In `bundle/` directory, there are two kinds of plugins: forked plugins without c
<!-- vim-markdown-toc GFM -->
- [Changed plugin:](#changed-plugin)
- [`edit` layer](#edit-layer)
- [No changed plugins](#no-changed-plugins)
- [`core` layer](#core-layer)
- [`edit` layer](#edit-layer)
- [`lang#ruby` layer](#langruby-layer)
- [`lang#python` layer](#langpython-layer)
- [`lang#liquid` layer](#langliquid-layer)
@ -21,7 +21,7 @@ In `bundle/` directory, there are two kinds of plugins: forked plugins without c
### Changed plugin:
This plugins are changed based on a specific version of origin plugin.
These plugins are changed based on a specific version of origin plugin.
- `vim-bookmarks`: based on [`MattesGroeger/vim-bookmarks@3adeae1`](https://github.com/MattesGroeger/vim-bookmarks/commit/3adeae10639edcba29ea80dafa1c58cf545cb80e)
- `delimitMate`: based on [`Raimondi/delimitMate@537a1da`](https://github.com/Raimondi/delimitMate/tree/537a1da0fa5eeb88640425c37e545af933c56e1b)
@ -35,6 +35,11 @@ This plugins are changed based on a specific version of origin plugin.
- `jedi-vim`: based on [`jedi-vim@e82d07`](https://github.com/davidhalter/jedi-vim/tree/e82d07faa17c3b3fe04b4fa6ab074e8e8601a596)
- `vim-unstack`: based on [`vim-unstack@9b191419`](https://github.com/mattboehm/vim-unstack/tree/9b191419b4d3f26225a5ae3df5e409c62b426941)
#### `edit` layer
- `vim-grammarous`: based on [`rhysd/vim-grammarous@db46357`](https://github.com/rhysd/vim-grammarous/tree/db46357465ce587d5325e816235b5e92415f8c05)
### No changed plugins
- [defx.nvim](https://github.com/Shougo/defx.nvim/tree/df5e6ea6734dc002919ea41786668069fa0b497d)
@ -59,10 +64,6 @@ This plugins are changed based on a specific version of origin plugin.
- [nerdtree@fc85a6f07](https://github.com/preservim/nerdtree/tree/fc85a6f07c2cd694be93496ffad75be126240068)
### `edit` layer
- [rhysd/vim-grammarous@db46357](https://github.com/rhysd/vim-grammarous/tree/db46357465ce587d5325e816235b5e92415f8c05)
#### `lang#ruby` layer
- [vim-ruby@55335f261](https://github.com/vim-ruby/vim-ruby/tree/55335f2614f914b117f02995340886f409eddc02)