lazyvim-starter

My configuration changes to https://github.com/LazyVim/starter
git clone https://git.eamoncaddigan.net/lazyvim-starter.git
Log | Files | Refs | README | LICENSE

autocmds.lua (424B)


      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")