From e96db18d2949507f4ab7501241d5164bfce7ca16 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 7 Feb 2017 00:07:23 +0100 Subject: [PATCH] Dependency removed --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 1efe487..32ba98f 100644 --- a/vimrc +++ b/vimrc @@ -350,7 +350,6 @@ noremap :call PhpDoc() let mapleader = "_" map :!indentation % map :call PhpCsFixerFixFile() -map :r!namespace % map :!phpmd % text /usr/share/phpmd/psr2.xml \| cut -d: -f2- map :!php -l % map :w @@ -362,6 +361,7 @@ vmap lc sc nmap cc viwcc nmap sc viwsc nmap lc viwsc +nmap inso nnoremap :GundoToggle