mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-01-18 07:52:24 +00:00
snippets/luasnip: fix formatting
This commit is contained in:
parent
607373645f
commit
fedbee3a30
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue