mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
parent
765dcc6809
commit
c079239172
14
README.md
14
README.md
@ -2521,13 +2521,15 @@ looking at a few distributions:
|
|||||||
|
|
||||||
## Standard plugins
|
## Standard plugins
|
||||||
|
|
||||||
Surprising to many people, Vim comes with a handful of plugins on its own that
|
Many people are surprised by the fact that Vim comes with a handful of standard
|
||||||
all get loaded by default. Check `:scriptnames` after starting Vim to see all
|
plugins. Some get loaded by default (`:e $VIMRUNTIME/plugin`) and some are not
|
||||||
sourced files.
|
(`:e $VIMRUNTIME/pack/dist/opt`). Read `:h pack-add` on how to source the
|
||||||
|
latter.
|
||||||
|
|
||||||
Most of them will never get used, so disable them as you see fit. They will
|
Most of the plugins that get loaded by default will never get used, though.
|
||||||
still be shown as sourced, but only the first lines actually get read before Vim
|
Disable them as you see fit. They will still be shown as sourced
|
||||||
bails out. No further code (mappings, commands, logic) will be processed.
|
(`:scriptnames`), but only the first lines actually get read before Vim bails
|
||||||
|
out. No further code (mappings, commands, logic) will be processed.
|
||||||
|
|
||||||
| Plugin | Disable it using.. | Help |
|
| Plugin | Disable it using.. | Help |
|
||||||
|------------|-------------------------------------|------|
|
|------------|-------------------------------------|------|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user