From 79a18b64f33a03d70c1bac746fbb07b8c77e50fa Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 6 Feb 2018 22:48:20 +0100 Subject: [PATCH] remove tmux-navigator plugin, C-L clashes with vim-sensibles highlight clearing --- vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vimrc b/vimrc index 02b1a95..1597dc3 100644 --- a/vimrc +++ b/vimrc @@ -23,9 +23,6 @@ Plug 'ludovicchabant/vim-gutentags' " linting Plug 'w0rp/ale' -" navigation -Plug 'christoomey/vim-tmux-navigator' - " completion Plug 'maralla/completor.vim', { 'do': 'make js'}