···11--- Autocmds are automatically loaded on the VeryLazy event
22--- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
33--- Add any additional autocmds here
44-51vim.api.nvim_create_autocmd({ "BufEnter", "BufWinEnter" }, { command = "set nospell" })