mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-10 12:21:40 +00:00
feat: apply new module format to snippet plugins
This commit is contained in:
parent
97899667db
commit
d5082e5ef2
4 changed files with 21 additions and 11 deletions
14
modules/snippets/vsnip/vsnip.nix
Normal file
14
modules/snippets/vsnip/vsnip.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with builtins; let
|
||||
cfg = config.vim.snippets.vsnip;
|
||||
in {
|
||||
options.vim.snippets.vsnip = {
|
||||
enable = mkEnableOption "Enable vim-vsnip";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue