alias plaintex to tex
This commit is contained in:
parent
d62f578caa
commit
6b75d25bf0
|
@ -193,3 +193,4 @@ end
|
|||
|
||||
-- alias filetypes
|
||||
vim.filetype.add { extension = { tera = "html" } }
|
||||
vim.filetype.add { extension = { plaintex = "tex" } }
|
||||
|
|
Loading…
Reference in New Issue