mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
refactor: use nvim.foo.bar format for autocommand groups
This commit is contained in:
@@ -24,7 +24,7 @@ end, {
|
||||
end,
|
||||
})
|
||||
|
||||
local augroup = vim.api.nvim_create_augroup('man', {})
|
||||
local augroup = vim.api.nvim_create_augroup('nvim.man', {})
|
||||
|
||||
vim.api.nvim_create_autocmd('BufReadCmd', {
|
||||
group = augroup,
|
||||
|
||||
Reference in New Issue
Block a user