mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-08 11:21:35 +00:00
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:
parent
9e35fd8d02
commit
449b943b95
3 changed files with 7 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue