mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-18 08:09:48 +01:00
snippets/luasnip: add example option to setupOpts
This commit is contained in:
parent
98a7959047
commit
69cb99dc2b
1 changed files with 3 additions and 1 deletions
|
@ -33,6 +33,8 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
setupOpts = mkPluginSetupOption "LuaSnip" {};
|
||||
setupOpts = mkPluginSetupOption "LuaSnip" {
|
||||
enable_autosnippets = mkEnableOption "autosnippets";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue