From f456d790b007c3841549ec35a996483135cceec3 Mon Sep 17 00:00:00 2001 From: gxlin Date: Wed, 16 Jun 2021 00:55:31 +0800 Subject: Add vim-godot plug --- .vim/plugins/fugitive.plug | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vim/plugins/fugitive.plug (limited to '.vim/plugins/fugitive.plug') diff --git a/.vim/plugins/fugitive.plug b/.vim/plugins/fugitive.plug new file mode 100644 index 0000000..8029fc3 --- /dev/null +++ b/.vim/plugins/fugitive.plug @@ -0,0 +1,4 @@ +Plug 'tpope/vim-fugitive' + +nnoremap gl :Gclog! -- % +nnoremap gd :Gdiffsplit -- cgit v1.2.3