vim.api.nvim_create_autocmd({ "TermOpen" }, { pattern = { "*" }, callback = function(_) vim.o.ft = "term" end, })