mirror of
https://gitlab.com/wsdjeg/vim-galore-zh_cn.git
synced 2026-04-28 00:49:56 +08:00
format modification
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
## 内置插件
|
||||
|
||||
出乎很多人的意料,Vim自己默认加载了大把大把的插件。<br>
|
||||
启动Vim后,用`:scriptnames`查看所有加载的源文件
|
||||
出乎很多人的意料,Vim自己默认加载了大把大把的插件。启动 Vim 后,用`:scriptnames`查看所有加载的源文件
|
||||
|
||||
这些文件多数永远不会被用到,所以请禁止如你所见的以下插件。<br>
|
||||
这些文件多数永远不会被用到,所以请禁止如你所见的以下插件。
|
||||
这些插件仍旧会在源文件列出,但是当Vim启动时,只有第一行会被读取,而之后的配置,命令和日志都不会执行。
|
||||
|
||||
| Plugin | Disable it using.. | Help |
|
||||
| 插件 | 禁用 | 帮助 |
|
||||
|------------|-------------------------------------|------|
|
||||
| 2html | `let g:loaded_2html_plugin = 1` | `:h 2html` |
|
||||
| getscript | `let g:loaded_getscriptPlugin = 1` | `:h pi_getscript` |
|
||||
|
||||
Reference in New Issue
Block a user