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