diff --git a/.config/nvim/lua/my/net.lua b/.config/nvim/lua/my/net.lua index be4cb6a..d50ef82 100644 --- a/.config/nvim/lua/my/net.lua +++ b/.config/nvim/lua/my/net.lua @@ -43,7 +43,9 @@ packer.use { 'codeberg.org_*', 'gitlab.com_*', 'github.com_*', - 'very.tastytea.de_*' + 'very.tastytea.de_*', + 'bookwyrm.social_*', + 'openlibrary.org_*' }, command = [[set filetype=markdown | set tw=0]] }