diff --git a/data/newsboat/urls b/data/newsboat/urls index 9809c9b..402faa3 100644 --- a/data/newsboat/urls +++ b/data/newsboat/urls @@ -35,6 +35,7 @@ https://brandur.org/fragments.atom https://daniel.haxx.se/blog/feed/ https://drewdevault.com/blog/index.xml https://jvns.ca/atom.xml +https://matthewstrom.com/feed.xml https://michael.stapelberg.ch/feed.xml https://mitchellh.com/feed.xml https://research.swtch.com/feed.atom diff --git a/data/nvim/init.lua b/data/nvim/init.lua index ab2199b..c9847e2 100644 --- a/data/nvim/init.lua +++ b/data/nvim/init.lua @@ -679,4 +679,8 @@ require("lazy").setup({ rocks = { enabled = false, }, + git = { + -- Seconds + cooldown = 5 * 60, + }, })