vim-plugins
vim-plugins copied to clipboard
Vim plug-ins which offer support for various programming languages.
Welcome to Vim-Plugins
This repository hosts the latest development versions of various Vim plug-ins. Currently maintained by Wolfgang Mehner: GitHub Vim.org
Support for Various Programming Languages
Name | Supports | vim.org | GitHub | Screenshots |
---|---|---|---|---|
AWK-Support | AWK | vim.org | GitHub | here |
Bash-Support | Bash | vim.org | GitHub | here |
C-Support | C/C++ & Doxygen | vim.org | GitHub | here |
LaTeX-Support | LaTeX/LuaTeX/BibTeX | vim.org | GitHub | here |
Lua-Support | Lua & C-API | vim.org | GitHub | here |
Perl-Support | Perl & POD | vim.org | GitHub | here |
Vim-Support | Vim-Script | vim.org | GitHub | here |
Other Tools
Name | Description | vim.org | GitHub | Screenshots |
---|---|---|---|---|
Git-Support | Manage Git repos from within Vim | vim.org | GitHub | here |
Verilog-Support | SystemVerilog & UVM by jmcneal | - | GitHub | - |
Installation
We recommend downloading the latest official versions published on vim.org (see above). Or try the development snapshots in the individual GitHub repositories (see above). The versions available here might be buggy.
You can use this repository, as well as the ones linked above, with any plug-in manager.
For more information, please consult this.
Documentation
Each plug-in comes with its own readme as well as an extensive documentation utilizing Vim's help facility. For example:
:help c-support
:help lua-support
Get Involved
You are welcome to use the issue tracker to post questions, suggestions, and bug reports.
Please help us keep track of all the issues and name your report/request appropriately:
"Bash-Support: <title>"
"C-Support: <title>"
"...-Support: ..."
Contributing
Do you want to contribute patches/extension/...?
- Please do so by sending us your pull requests.
- ... or by sending us your commits per email.
Please have a look here.
License
Published under the GNU General Public License, Version 2.
Credits
Most of the plug-ins were originally developed by Fritz Mehner: GitHub Vim.org