remove tmux-navigator plugin, C-L clashes with vim-sensibles highlight clearing

This commit is contained in:
Thomas Ruoff
2018-02-06 22:48:20 +01:00
parent e5e8c952fb
commit 79a18b64f3

3
vimrc
View File

@@ -23,9 +23,6 @@ Plug 'ludovicchabant/vim-gutentags'
" linting " linting
Plug 'w0rp/ale' Plug 'w0rp/ale'
" navigation
Plug 'christoomey/vim-tmux-navigator'
" completion " completion
Plug 'maralla/completor.vim', { 'do': 'make js'} Plug 'maralla/completor.vim', { 'do': 'make js'}