alias plaintex to tex

This commit is contained in:
Christoph J. Scherr 2024-05-20 17:54:51 +02:00
parent d62f578caa
commit 6b75d25bf0
1 changed files with 1 additions and 0 deletions

View File

@ -193,3 +193,4 @@ end
-- alias filetypes
vim.filetype.add { extension = { tera = "html" } }
vim.filetype.add { extension = { plaintex = "tex" } }