feat(nvim): drop-in runtime tree

This commit is contained in:
2026-05-17 05:50:38 +02:00
parent c61fa5c53b
commit 218d2869a6
3 changed files with 28 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
vim.filetype.add({
extension = {
tumblr = "tumblr",
},
pattern = {
[".*%.tumblr%.html"] = "tumblr",
},
})