dotfiles/.config/nvim/ftplugin/lhaskell.lua
2022-10-20 21:23:52 +01:00

2 lines
51 B
Lua

vim.bo.filetype = "tex"
vim.bo.syntax = "lhaskell"