mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-14 22:52:29 +02:00
tests/plugins/crates: remove deprecated settings
This commit is contained in:
parent
f6466eb67d
commit
8d49c78d05
1 changed files with 0 additions and 20 deletions
|
@ -162,32 +162,12 @@
|
|||
prerelease = " pre-release ";
|
||||
yanked = " yanked ";
|
||||
};
|
||||
cmp = {
|
||||
enabled = false;
|
||||
use_custom_kind = true;
|
||||
kind_text = {
|
||||
version = "Version";
|
||||
feature = "Feature";
|
||||
};
|
||||
kind_highlight = {
|
||||
version = "CmpItemKindVersion";
|
||||
feature = "CmpItemKindFeature";
|
||||
};
|
||||
};
|
||||
coq = {
|
||||
enabled = false;
|
||||
name = "crates.nvim";
|
||||
};
|
||||
crates = {
|
||||
enabled = false;
|
||||
min_chars = 3;
|
||||
max_results = 8;
|
||||
};
|
||||
};
|
||||
null_ls = {
|
||||
enabled = false;
|
||||
name = "crates.nvim";
|
||||
};
|
||||
neoconf = {
|
||||
enabled = false;
|
||||
namespace = "crates";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue