mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-13 00:45:32 +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
9b1c7f84b2
commit
562e7477a7
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