dotfiles/.config/nvim/ftplugin/lhaskell.lua

3 lines
51 B
Lua
Raw Normal View History

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