modules/vim: fix augroup function
This commit is contained in:
parent
dac0e3f48f
commit
72bdc91e49
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ let
|
|||
config.event
|
||||
{
|
||||
inherit (config) pattern buffer desc callback command once nested;
|
||||
group = call "vim.api.nvim_create_augroup" config.group;
|
||||
group = call "vim.api.nvim_create_augroup" [ config.group { } ];
|
||||
}
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue