update+spade

This commit is contained in:
2026-06-06 12:11:51 +02:00
parent 7c2edc0ea3
commit 3f4f5e47d8
5 changed files with 76 additions and 43 deletions

View File

@ -84,3 +84,9 @@ vim.filetype.add({
h = "c",
},
})
vim.filetype.add({
extension = {
spade = "spade",
},
})