local opts = require("opts") opts.matchit_let_in() vim.bo.shiftwidth = 2 vim.bo.expandtab = true local once = require("once") once.test_and_load("ft_haskell", function() local luasnip = require("luasnip") local haskell_snippets = require("haskell-snippets").all luasnip.add_snippets("haskell", haskell_snippets, { key = "haskell" }) end)