mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
Nvim: add gitea plugin for fugitive
This commit is contained in:
parent
243b82148b
commit
e9d20f005d
@ -1,3 +1,12 @@
|
||||
-- Git commands
|
||||
--- @type LazyPluginSpec
|
||||
return { "tpope/vim-fugitive" }
|
||||
return {
|
||||
"tpope/vim-fugitive",
|
||||
dependencies = { "borissov/fugitive-gitea" },
|
||||
config = function()
|
||||
vim.g.fugitive_gitea_domains = {
|
||||
"https://git.korhonen.cc",
|
||||
"https://git.rossum.fi",
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user