Added support for lhs compile with vimtex

This commit is contained in:
afonsofrancof 2022-10-20 21:23:52 +01:00
parent 75efa287e0
commit 9368fdb570
4 changed files with 46 additions and 28 deletions

View file

@ -0,0 +1,2 @@
vim.bo.filetype = "tex"
vim.bo.syntax = "lhaskell"