1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +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

View File

@@ -132,6 +132,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
- [Interactive Buffer List](vim/interactive-buffer-list.md)
- [Joining Lines Together](vim/joining-lines-together.md)
- [List All Buffers](vim/list-all-buffers.md)
- [List Of Plugins](vim/list-of-plugins.md)
- [Marks Across Vim Sessions](vim/marks-across-vim-sessions.md)
- [Moving To A Specific Line](vim/moving-to-a-specific-line.md)
- [NETRW Listing Styles](vim/netrw-listing-styles.md)

9
vim/list-of-plugins.md Normal file
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.