aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugins/fugitive.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/plugins/fugitive.vim')
-rw-r--r--.vim/plugins/fugitive.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/.vim/plugins/fugitive.vim b/.vim/plugins/fugitive.vim
deleted file mode 100644
index 8029fc3..0000000
--- a/.vim/plugins/fugitive.vim
+++ /dev/null
@@ -1,4 +0,0 @@
-Plug 'tpope/vim-fugitive'
-
-nnoremap <silent> <leader>gl :Gclog! -- %<CR>
-nnoremap <silent> <leader>gd :Gdiffsplit <CR>