Compare commits

..

1 commit

Author SHA1 Message Date
diniamo
314381b1e3
Merge 2f75849924 into b39b84490f 2024-10-06 19:54:17 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ in {
default = {};
type = submodule {
freeformType = anything;
freeformType = attrsOf anything;
options = opts;
};
};

View file

@ -44,7 +44,7 @@ in {
formatting.format = cfg.format;
};
pluginRC.nvim-cmp = mkIf cfg.enable (entryAfter ["autopairs" "luasnip"] ''
pluginRC.nvim-cmp = mkIf cfg.enable (entryAfter ["autopairs"] ''
local luasnip = require("luasnip")
local cmp = require("cmp")
cmp.setup(${toLuaObject cfg.setupOpts})