completion/blink-cmp: option to enable friendly-snippets

Just adds it to the environment,
`blink-cmp` will pick up on it automatically.
This commit is contained in:
alfarel 2025-02-25 23:17:19 -05:00 committed by raf
commit 449b943b95
3 changed files with 7 additions and 2 deletions

View file

@ -177,5 +177,7 @@ in {
Attribute names must be source names used in {option}`vim.autocomplete.blink-cmp.setupOpts.sources.default`.
'';
};
friendly-snippets.enable = mkEnableOption "friendly-snippets for blink to source from automatically";
};
}