diff --git a/nvim/nvim.symlink/init.vim b/nvim/nvim.symlink/init.vim index 46ebf74..d82dd33 100644 --- a/nvim/nvim.symlink/init.vim +++ b/nvim/nvim.symlink/init.vim @@ -1,6 +1,8 @@ " Let's get the plugins out of the way first, shall we? call plug#begin() " Pane Navigation (Tmux integration) + Plug 'christoomey/vim-tmux-navigator' + " Colours Plug 'morhetz/gruvbox'