From e7c20a3cc5ec9d6d2cb3cfecf1861c5cbf36ade1 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 13 Apr 2018 23:52:00 +0100 Subject: [PATCH] Add vim-projectionist plugin --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index b383161..e3605d8 100644 --- a/vimrc +++ b/vimrc @@ -112,6 +112,7 @@ Plug 'tpope/vim-eunuch' " vim-vinegar - improved directory browser Plug 'tpope/vim-vinegar' " vim-abolish - CamelCase to under_score to mixedCase +" TODO: Copy the good bit remove this plugin Plug 'tpope/vim-abolish' " vim-unimpaired - for pairs of tasks Plug 'tpope/vim-unimpaired' @@ -121,6 +122,8 @@ Plug 'tpope/vim-speeddating' Plug 'godbyk/vim-endwise', {'branch': 'patch-1'} " vim-jdaddy - text object & formatting for json Plug 'tpope/vim-jdaddy' +" vim-projectionist - granular project configuration +Plug 'tpope/vim-projectionist' " fzf.vim - Fuzzy finder if !platform#is_windows()