snippets/luasnip: add whitespace, organize options

Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
This commit is contained in:
LilleAila 2025-01-12 11:39:41 +01:00 committed by GitHub
parent 9818d19937
commit c59f8922b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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