1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00
Files
til/vim/list-of-plugins.md
2015-07-06 17:18:09 -05:00

10 lines
145 B
Markdown

# List Of Plugins
Get a list of all your plugins (and other sourced scripts) with
```
:scriptnames
```
See `:h scriptnames` for more details.