Skip to content

Commit

Permalink
snippets/luasnip: add example option to setupOpts
Browse files Browse the repository at this point in the history
  • Loading branch information
LilleAila committed Jan 11, 2025
1 parent 98a7959 commit 69cb99d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/plugins/snippets/luasnip/luasnip.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ in {
'';
};

setupOpts = mkPluginSetupOption "LuaSnip" {};
setupOpts = mkPluginSetupOption "LuaSnip" {
enable_autosnippets = mkEnableOption "autosnippets";
};
};
}

0 comments on commit 69cb99d

Please sign in to comment.