autocmds.lua 424 B

12345678
  1. -- Autocmds are automatically loaded on the VeryLazy event
  2. -- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
  3. --
  4. -- Add any additional autocmds here
  5. -- with `vim.api.nvim_create_autocmd`
  6. --
  7. -- Or remove existing autocmds by their group name (which is prefixed with `lazyvim_` for the defaults)
  8. -- e.g. vim.api.nvim_del_augroup_by_name("lazyvim_wrap_spell")