1
0
Fork 0

nvim: enable markdown foe more websites

This commit is contained in:
tastytea 2022-08-12 04:21:51 +02:00
parent 1c8e621d5d
commit a0dc79aeef
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 3 additions and 1 deletions

View File

@ -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]]
}