modules/vim: fix augroup function

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-05 18:17:31 +03:00
parent dac0e3f48f
commit 72bdc91e49
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -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 { } ];
}
];