mirror of
https://github.com/neovim/neovim.git
synced 2025-11-14 06:18:50 +00:00
refactor: use nvim.foo.bar format for autocommand groups
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
local group = vim.api.nvim_create_augroup('editorconfig', {})
|
||||
local group = vim.api.nvim_create_augroup('nvim.editorconfig', {})
|
||||
vim.api.nvim_create_autocmd({ 'BufNewFile', 'BufRead', 'BufFilePost' }, {
|
||||
group = group,
|
||||
callback = function(args)
|
||||
|
||||
Reference in New Issue
Block a user