From ce9156620fbb375d1cc9d072873f5f541a0962e9 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 5 Jul 2021 13:48:41 +0700 Subject: [PATCH] add ctrlp-vim --- users/rin/neovim.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/rin/neovim.nix b/users/rin/neovim.nix index b3866d0..c860867 100644 --- a/users/rin/neovim.nix +++ b/users/rin/neovim.nix @@ -25,6 +25,7 @@ in { coc-tsserver coc-yaml + ctrlp-vim nerdtree vim-airline vim-material @@ -74,6 +75,7 @@ in { inoremap coc#refresh() " various aliases + nnoremap :NERDTreeToggle nnoremap r :source $MYVIMRC command! -nargs=0 Sw w !doas tee % > /dev/null