feat: more stuf

This commit is contained in:
Barrett Ruth 2026-02-16 21:27:03 -05:00
parent 24b6fdb455
commit 828352781f
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
14 changed files with 84 additions and 39 deletions

View file

@ -5,6 +5,6 @@ vim.filetype.add({
},
filename = {
['requirements.txt'] = 'config',
dunstrc = 'dosini'
dunstrc = 'dosini',
},
})