From a0dc79aeefc3d53bcd0028ed43ec324cb37dfd9f Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 12 Aug 2022 04:21:51 +0200 Subject: [PATCH] nvim: enable markdown foe more websites --- .config/nvim/lua/my/net.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]] }