From 9e1780717f603e5aa01d68afe37841d0b84f271b Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 2 Jul 2021 09:27:01 +0430 Subject: update --- baseline/.vimrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'baseline') diff --git a/baseline/.vimrc b/baseline/.vimrc index 3cbbdb1..94d49a1 100644 --- a/baseline/.vimrc +++ b/baseline/.vimrc @@ -18,6 +18,7 @@ Plugin 'majutsushi/tagbar' Plugin 'ludovicchabant/vim-gutentags' Plugin 'mbbill/undotree' Plugin 'tpope/vim-commentary' +Plugin 'wellle/context.vim' call vundle#end() filetype plugin indent on @@ -94,6 +95,7 @@ map map! nnoremap :vsp nnoremap :sp +nnoremap :ContextToggle set pastetoggle= nnoremap cd :cd %:p:h nmap ]c :cn -- cgit v1.2.3