mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
Updated faq (markdown)
parent
5e29521187
commit
7b44d964a3
2
faq.md
2
faq.md
@ -159,7 +159,7 @@ You most likely don't need them at all. A properly implemented Vim plugin should
|
||||
|
||||
Before applying the options, make sure that you're tackling the right problem by breaking down the startup of time of Vim using `--startuptime`. See if there are plugins that take more than a few milliseconds.
|
||||
|
||||
```vim
|
||||
```sh
|
||||
vim --startuptime /tmp/log
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user