mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Add the editorconfig-vim plugin
This commit is contained in:
parent
39d12e492c
commit
b5b0e57f64
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -115,3 +115,6 @@
|
||||||
[submodule "vim/bundle/FastFold"]
|
[submodule "vim/bundle/FastFold"]
|
||||||
path = vim/bundle/FastFold
|
path = vim/bundle/FastFold
|
||||||
url = https://github.com/Konfekt/FastFold.git
|
url = https://github.com/Konfekt/FastFold.git
|
||||||
|
[submodule "vim/bundle/editorconfig-vim"]
|
||||||
|
path = vim/bundle/editorconfig-vim
|
||||||
|
url = https://github.com/editorconfig/editorconfig-vim
|
||||||
|
|
|
@ -157,6 +157,7 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l
|
||||||
## Plugins ##
|
## Plugins ##
|
||||||
|
|
||||||
* [autoswap.vim](https://github.com/vim-scripts/autoswap.vim): Switch to open editor window instead of asking what to do with swapfile.
|
* [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.
|
* [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.
|
* [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.
|
* [FastFold](https://github.com/Konfekt/FastFold): Speed up Vim by updating folds only when called-for.
|
||||||
|
|
1
vim/bundle/editorconfig-vim
Submodule
1
vim/bundle/editorconfig-vim
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 0abb0634a8bf3c760a283e9e7475594b83869a46
|
Loading…
Reference in a new issue