mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-12 20:13:19 +00: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…
Add table
Reference in a new issue