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:
@@ -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
9
vim/list-of-plugins.md
Normal 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.
|
||||
Reference in New Issue
Block a user