Restore pane navigation

This commit is contained in:
Max Bucknell 2019-04-20 13:05:01 +01:00
parent 283f07c02b
commit f8d182f61d

View file

@ -1,6 +1,8 @@
" Let's get the plugins out of the way first, shall we? " Let's get the plugins out of the way first, shall we?
call plug#begin() call plug#begin()
" Pane Navigation (Tmux integration) " Pane Navigation (Tmux integration)
Plug 'christoomey/vim-tmux-navigator'
" Colours " Colours
Plug 'morhetz/gruvbox' Plug 'morhetz/gruvbox'