feat: add gitview
This commit is contained in:
parent
17e8dc63a7
commit
e27ac8891e
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ nnoremap("<C-PageUp>", ":TablineBufferPrevious<CR>")
|
||||||
|
|
||||||
-- fugitive
|
-- fugitive
|
||||||
nnoremap("<leader>g", ":0Git<CR>")
|
nnoremap("<leader>g", ":0Git<CR>")
|
||||||
|
nnoremap("<leader>G", ":GV --all<CR>")
|
||||||
|
|
||||||
-- telescope
|
-- telescope
|
||||||
nnoremap("<leader>ff", "<Cmd>Telescope find_files theme=dropdown<CR>")
|
nnoremap("<leader>ff", "<Cmd>Telescope find_files theme=dropdown<CR>")
|
||||||
|
|
|
@ -80,6 +80,7 @@ return require('packer').startup(function(use)
|
||||||
requires = {'nvim-lua/plenary.nvim'},
|
requires = {'nvim-lua/plenary.nvim'},
|
||||||
config = function() require('gitsigns').setup() end
|
config = function() require('gitsigns').setup() end
|
||||||
})
|
})
|
||||||
|
use("junegunn/gv.vim")
|
||||||
|
|
||||||
-- autocompletion
|
-- autocompletion
|
||||||
use({
|
use({
|
||||||
|
|
Loading…
Reference in a new issue