mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
plugins/completion: move to by-name
- Move nvim-cmp to plugins/cmp - Move other completion plugins to plugins/by-name
This commit is contained in:
parent
3211a63306
commit
ad85cd760e
36 changed files with 2 additions and 9 deletions
16
tests/test-sources/plugins/cmp/cmp-async-path.nix
Normal file
16
tests/test-sources/plugins/cmp/cmp-async-path.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
example = {
|
||||
plugins.cmp = {
|
||||
enable = true;
|
||||
settings.sources = [
|
||||
{
|
||||
name = "async_path";
|
||||
option = {
|
||||
trailing_slash = false;
|
||||
label_trailing_slash = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue