nvim: refactor cmds into commands

This commit is contained in:
Primrose 2025-07-08 15:44:05 +02:00
parent 1bdcd3386e
commit 7ae86384f6
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
14 changed files with 89 additions and 147 deletions

View file

@ -0,0 +1,8 @@
vim.filetype.add {
extension = {
[".*Caddyfile"] = "caddyfile",
hledger = "ledger",
pro = "projet",
typ = "typst",
},
}