Migrate vim to neovim (min v0.11)
Install newest vim-releases via appimage from github-page!
This commit is contained in:
22
.config/nvim/lua/plugins/fugitive.lua
Normal file
22
.config/nvim/lua/plugins/fugitive.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
return {
|
||||
{
|
||||
"tpope/vim-fugitive",
|
||||
lazy = false,
|
||||
keys = {
|
||||
-- replaced by telescope
|
||||
-- { "<Leader>gg", "<Cmd>Ggrep ", desc = "Git grep" },
|
||||
{ "<Leader>gb", "<Cmd>G blame<CR>", desc = "Git blame" },
|
||||
{ "<Leader>gll", "<Cmd>G log --graph --format='%h (%ar) %s :: %aN <%aE>'<CR>", desc = "Git blame" },
|
||||
{ "<Leader>glx", "<Cmd>Gclog -- %<CR>" },
|
||||
{ "<Leader>gl0", "<Cmd>0Gclog -- %<CR>" },
|
||||
},
|
||||
},
|
||||
-- Github integration for :GBrowse
|
||||
{ "tpope/vim-rhubarb" },
|
||||
-- Gitea integration for :GBrowse
|
||||
{ "borissov/fugitive-gitea" },
|
||||
-- Gitlab integration for :GBrowse
|
||||
{ "shumphrey/fugitive-gitlab.vim" },
|
||||
-- Bitbucket integration for :GBrowse
|
||||
{ "tommcdo/vim-fubitive" },
|
||||
}
|
||||
Reference in New Issue
Block a user