1
0
mirror of https://github.com/jbranchaud/til synced 2026-07-05 17:00:17 +00:00

Add List Of Plugins as a vim til.

This commit is contained in:
jbranchaud
2015-07-06 17:18:09 -05:00
parent b7dfcd4a8b
commit cf7ad68f52
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# List Of Plugins
Get a list of all your plugins (and other sourced scripts) with
```
:scriptnames
```
See `:h scriptnames` for more details.