Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 584 Bytes

File metadata and controls

21 lines (18 loc) · 584 Bytes

plugins.vim

VIM plugins that I've collected from different places, and put in a Pathogen-friendly format

Current contents:

.
├── README.md
├── after
│   └── syntax
│       ├── perl.vim
│       └── pod.vim
├── ftdetect
│   └── doap.vim
├── ftplugin
│   └── perl.vim
└── plugin
    └── trackperlvars.vim

All VIM files should have notes stating who their original authors were, and if you're lucky, links to Git repos where you can clone them from