diff options
author | Squibid <me@zacharyscheiman.com> | 2023-08-02 20:47:28 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-08-02 20:47:28 -0400 |
commit | b8d70ed288b3b542b7bb24609384aa540339b2da (patch) | |
tree | 48a7ed7dfbd5f28da60faf96a068d78a9da76b2c /lua/core | |
parent | 1f975ad0750e011be2337d12dd22f32682cd824a (diff) | |
download | nvim-b8d70ed288b3b542b7bb24609384aa540339b2da.tar.gz nvim-b8d70ed288b3b542b7bb24609384aa540339b2da.tar.bz2 nvim-b8d70ed288b3b542b7bb24609384aa540339b2da.zip |
add git-yodel
Diffstat (limited to '')
-rw-r--r-- | lua/core/plugins.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index ac4a109..d5f6379 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -5,8 +5,9 @@ require 'dep' { -- branch = 'dev' }, - -- preformance -------------------------------------------------------------- - { 'lewis6991/impatient.nvim' }, + { 'squibid/git-yodel', + url = 'https://git.squi.bid/git-yodel' + }, -- GAMES -------------------------------------------------------------------- { 'seandewar/killersheep.nvim' }, |