Add the editorconfig-vim plugin

This commit is contained in:
Kevin MacMartin 2017-11-08 14:34:23 -05:00
parent 39d12e492c
commit b5b0e57f64
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -115,3 +115,6 @@
[submodule "vim/bundle/FastFold"]
path = vim/bundle/FastFold
url = https://github.com/Konfekt/FastFold.git
[submodule "vim/bundle/editorconfig-vim"]
path = vim/bundle/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim

View file

@ -157,6 +157,7 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l
## Plugins ##
* [autoswap.vim](https://github.com/vim-scripts/autoswap.vim): Switch to open editor window instead of asking what to do with swapfile.
* [editorconfig-vim](https://github.com/editorconfig/editorconfig-vim): EditorConfig plugin for Vim that auto-configures certain settings when a .editorconfig file is present
* [emmet-vim](https://github.com/mattn/emmet-vim): Support for expanding abbreviations.
* [webapi-vim](https://github.com/mattn/webapi-vim): A web library used by emmet to provide support for custom snippets.
* [FastFold](https://github.com/Konfekt/FastFold): Speed up Vim by updating folds only when called-for.

@ -0,0 +1 @@
Subproject commit 0abb0634a8bf3c760a283e9e7475594b83869a46