diff --git a/.gitmodules b/.gitmodules index 41e0442..933363c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 8d0ec93..d6533e4 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/vim/bundle/editorconfig-vim b/vim/bundle/editorconfig-vim new file mode 160000 index 0000000..0abb063 --- /dev/null +++ b/vim/bundle/editorconfig-vim @@ -0,0 +1 @@ +Subproject commit 0abb0634a8bf3c760a283e9e7475594b83869a46