We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a10a75 commit 803bc18Copy full SHA for 803bc18
lua/config/autocmds.lua
@@ -1,3 +1,8 @@
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")
0 commit comments