From 33b7c00410e77bddfd0059454249136560ca7da7 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Mon, 3 May 2021 15:05:10 +0500 Subject: Add vim editorconfig. --- files/.vimrc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'files/.vimrc') diff --git a/files/.vimrc b/files/.vimrc index 60b2209..5c71785 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -83,6 +83,8 @@ Plugin 'https://github.com/digitaltoad/vim-jade.git' Plugin 'vim-pandoc/vim-pandoc' " Orgmode Plugin 'https://github.com/jceb/vim-orgmode' +" EditorConfig plugin for Vim +Plugin 'editorconfig/editorconfig-vim' "Plugin 'https://github.com/othree/xml.vim' "Plugin 'https://github.com/terryma/vim-multiple-cursors' @@ -656,6 +658,11 @@ if executable('ag') cnoreabbrev AG Ack endif +" }}} +" Editorconfig {{{ + +let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*'] + " }}} " }}} " Load custom local config {{{ -- cgit v1.2.3