feat: add gitview

main
mandlm 2022-04-02 10:50:28 +02:00
parent 17e8dc63a7
commit e27ac8891e
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ nnoremap("<C-PageUp>", ":TablineBufferPrevious<CR>")
-- fugitive
nnoremap("<leader>g", ":0Git<CR>")
nnoremap("<leader>G", ":GV --all<CR>")
-- telescope
nnoremap("<leader>ff", "<Cmd>Telescope find_files theme=dropdown<CR>")

View File

@ -80,6 +80,7 @@ return require('packer').startup(function(use)
requires = {'nvim-lua/plenary.nvim'},
config = function() require('gitsigns').setup() end
})
use("junegunn/gv.vim")
-- autocompletion
use({