dotfiles/.config/nvim/ftplugin/lhaskell.lua
2023-05-03 14:35:45 +01:00

4 lines
53 B
Lua

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