From b4f4c9b95a2cb69a8aeceacac01a170685d444cb Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 25 Jun 2017 23:27:31 +0200 Subject: [PATCH 1/2] add vim-rhubarb --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 42bf025..8b4668b 100644 --- a/vimrc +++ b/vimrc @@ -27,6 +27,7 @@ Plug 'honza/vim-snippets' Plug 'w0rp/ale' Plug 'tpope/vim-fugitive' +Plug 'tpope/vim-rhubarb' Plug 'rhysd/conflict-marker.vim' Plug 'airblade/vim-gitgutter' From e9c7ced56cba27de029b317be294fd0db56f3273 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 25 Jun 2017 23:48:33 +0200 Subject: [PATCH 2/2] speed up editorconfig plugin --- vimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vimrc b/vimrc index 8b4668b..a274af3 100644 --- a/vimrc +++ b/vimrc @@ -53,6 +53,8 @@ Plug 'sheerun/vim-polyglot' Plug 'christoomey/vim-tmux-navigator' +Plug 'tweekmonster/startuptime.vim' + " Investigate on custom text object, seems really usefull " Plug 'kana/vim-textobj-user' " Plug 'jceb/vim-textobj-uri' | Plug 'kana/vim-textobj-user' @@ -263,6 +265,10 @@ iab xnow =strftime("%Y-%m-%d %H:%M") " Plugin Configuration {{{ +"" editorconfig +let g:EditorConfig_core_mode = 'python_external' +let g:EditorConfig_exclude_patterns = ['fugitive://.*'] + "" gutentags let g:gutentags_cache_dir="~/.tags"