From 72eef982bdf4d1314de21055b202fd852b77fd39 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 5 Jan 2016 18:25:05 +0100 Subject: [PATCH] Plugins: alignment section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6b3cdef..5e27abc 100644 --- a/README.md +++ b/README.md @@ -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)