mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-18 08:09:48 +01: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 = {
|
||||
lazy.plugins.luasnip = {
|
||||
package = "luasnip";
|
||||
|
||||
|
||||
lazy = true;
|
||||
|
||||
|
||||
setupModule = "luasnip";
|
||||
inherit (cfg) setupOpts;
|
||||
|
||||
|
||||
after = cfg.loaders;
|
||||
};
|
||||
startPlugins = cfg.providers;
|
||||
|
|
Loading…
Reference in a new issue