Dependency removed

This commit is contained in:
Simon Vieille 2017-02-07 00:07:23 +01:00
parent f3c4382b05
commit e96db18d29
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -350,7 +350,6 @@ noremap <F11> :call PhpDoc()<CR>
let mapleader = "_"
map <F1> :!indentation %<CR>
map <F2> :call PhpCsFixerFixFile()<CR>
map <F7> :r!namespace %<CR>
map <F8> :!phpmd % text /usr/share/phpmd/psr2.xml \| cut -d: -f2-<CR>
map <c-B> :!php -l %<CR>
map <c-s> :w<CR>
@ -362,6 +361,7 @@ vmap <leader>lc <leader>sc<cr>
nmap <leader>cc viw<leader>cc
nmap <leader>sc viw<leader>sc
nmap <leader>lc viw<leader>sc
nmap <F7> ins<tab><esc>o
nnoremap <F5> :GundoToggle<CR>