vim.api.nvim_create_autocmd( { "BufNewFile", "BufRead"}, { pattern = {"*.gotmpl"}, command = "set ft=gotmpl" } )