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 = {
lazy.plugins.luasnip = {
package = "luasnip";
lazy = true;
setupModule = "luasnip";
inherit (cfg) setupOpts;
after = cfg.loaders;
};
startPlugins = cfg.providers;