snippets/luasnip: fix formatting

This commit is contained in:
LilleAila 2025-01-12 12:48:44 +01:00
parent 607373645f
commit fedbee3a30
No known key found for this signature in database
GPG key ID: D1ACCDCF2B9B9799

View file

@ -11,12 +11,12 @@ in {
vim = { vim = {
lazy.plugins.luasnip = { lazy.plugins.luasnip = {
package = "luasnip"; package = "luasnip";
lazy = true; lazy = true;
setupModule = "luasnip"; setupModule = "luasnip";
inherit (cfg) setupOpts; inherit (cfg) setupOpts;
after = cfg.loaders; after = cfg.loaders;
}; };
startPlugins = cfg.providers; startPlugins = cfg.providers;