Plugins: alignment section

This commit is contained in:
Marco Hinz 2016-01-05 18:25:05 +01:00
parent 4fc7fee9b9
commit 72eef982bd

View File

@ -21,6 +21,7 @@
#### [List of colorschemes](#list-of-colorschemes-1)
#### [List of plugins](#list-of-plugins-1)
- [Alignment](#alignment)
- [Code completion](#code-completion)
- [Delimiter](#delimiter)
- [Fuzzy finders](#fuzzy-finders)
@ -335,6 +336,11 @@ Here's a list of commonly used colorschemes:
## List of plugins
#### Alignment
- [easy-align](https://github.com/junegunn/vim-easy-align)
- [tabular](https://github.com/godlygeek/tabular)
#### Code completion
- [neocomplete](https://github.com/Shougo/neocomplete.vim)