mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-05 02:26:15 +02:00
plugins/blink-compat: init
This commit is contained in:
parent
6f45ca4a22
commit
7391dc14ca
2 changed files with 55 additions and 0 deletions
25
tests/test-sources/plugins/by-name/blink-compat/default.nix
Normal file
25
tests/test-sources/plugins/by-name/blink-compat/default.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.blink-compat.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
plugins.blink-compat = {
|
||||
enable = true;
|
||||
settings = {
|
||||
impersonate_nvim_cmp = true;
|
||||
debug = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
default = {
|
||||
plugins.blink-compat = {
|
||||
enable = true;
|
||||
settings = {
|
||||
impersonate_nvim_cmp = false;
|
||||
debug = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue