add git-yodel
This commit is contained in:
12
after/plugin/git-yodel.lua
Normal file
12
after/plugin/git-yodel.lua
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
local status_ok, yodel = pcall(require, "git-yodel")
|
||||||
|
if not status_ok then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
|
yodel.setup {
|
||||||
|
diffpreview = {
|
||||||
|
border = 'shadow',
|
||||||
|
width = 'auto',
|
||||||
|
height = 'auto',
|
||||||
|
}
|
||||||
|
}
|
@ -5,8 +5,9 @@ require 'dep' {
|
|||||||
-- branch = 'dev'
|
-- branch = 'dev'
|
||||||
},
|
},
|
||||||
|
|
||||||
-- preformance --------------------------------------------------------------
|
{ 'squibid/git-yodel',
|
||||||
{ 'lewis6991/impatient.nvim' },
|
url = 'https://git.squi.bid/git-yodel'
|
||||||
|
},
|
||||||
|
|
||||||
-- GAMES --------------------------------------------------------------------
|
-- GAMES --------------------------------------------------------------------
|
||||||
{ 'seandewar/killersheep.nvim' },
|
{ 'seandewar/killersheep.nvim' },
|
||||||
|
Reference in New Issue
Block a user