From c89e17ea6bc25478f740f721da787af9e5b589fa Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Fri, 14 Aug 2020 23:50:36 +0200 Subject: [PATCH] feat: add vim-tmux-navigator --- home/editors/init.vim | 4 ++-- home/editors/neovim.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home/editors/init.vim b/home/editors/init.vim index fd76d16..25d0fc9 100644 --- a/home/editors/init.vim +++ b/home/editors/init.vim @@ -47,8 +47,8 @@ set relativenumber set splitbelow map ; :Files -nmap :NERDTreeToggle -" nmap :Lexplore +nmap :NERDTreeToggle +" nmap :Lexplore map (easymotion-prefix) let g:netrw_banner = 0 diff --git a/home/editors/neovim.nix b/home/editors/neovim.nix index f78cb66..b3c6ae1 100644 --- a/home/editors/neovim.nix +++ b/home/editors/neovim.nix @@ -55,6 +55,7 @@ in fzf-vim lightline-vim nerdtree + vim-tmux-navigator vim-startify vim-polyglot vim-multiple-cursors