nvim: autocmd: Fix luacheck warning
This commit is contained in:
parent
3bcae4c1c7
commit
677ec666e6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ local vim = vim
|
|||
local api = vim.api
|
||||
|
||||
--- This function is taken from https://github.com/norcalli/nvim_utils
|
||||
function nvim_create_augroups(definitions)
|
||||
local function nvim_create_augroups(definitions)
|
||||
for group_name, definition in pairs(definitions) do
|
||||
api.nvim_command('augroup '..group_name)
|
||||
api.nvim_command('autocmd!')
|
||||
|
|
Loading…
Reference in a new issue