From e424c8ba8ea59ed229466544b0b4a6a56e3ccecd Mon Sep 17 00:00:00 2001 From: Jonatan Schneevoigt Date: Wed, 4 Aug 2021 22:17:05 +0200 Subject: Change links to https (#978) --- .config/newsboat/urls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/newsboat/urls b/.config/newsboat/urls index 77497a9..d675d97 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -2,5 +2,5 @@ https://lukesmith.xyz/rss.xml https://notrelated.libsyn.com/rss https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA "~Luke Smith (YouTube)" https://landchad.net/rss.xml -http://based.cooking/rss.xml +https://based.cooking/rss.xml https://www.archlinux.org/feeds/news/ "tech" -- cgit v1.3.1 From 32f91e223d2cc3ce734939fe5a1f8ad5578e5e25 Mon Sep 17 00:00:00 2001 From: Rafael Date: Fri, 13 Aug 2021 12:20:53 +0000 Subject: vim-airline repo changed its ownership from bling to vim-airline (#982) github automatically redirects to vim-airline, so this is not a problem when installing, but updating just for the sake of explicitness and having the correct username/repo --- .config/nvim/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index ce0db87..f93eed4 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -14,7 +14,7 @@ Plug 'junegunn/goyo.vim' Plug 'jreybert/vimagit' Plug 'lukesmithxyz/vimling' Plug 'vimwiki/vimwiki' -Plug 'bling/vim-airline' +Plug 'vim-airline/vim-airline' Plug 'tpope/vim-commentary' Plug 'ap/vim-css-color' call plug#end() -- cgit v1.3.1