feat: switch nvim to blink.cmp

This commit is contained in:
oddlama 2025-01-05 15:25:57 +01:00
parent d8e2c81593
commit 7e66c747ef
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 264 additions and 172 deletions

View file

@ -28,9 +28,9 @@
};
# Cargo.toml dependency completion
crates-nvim = {
crates = {
enable = true;
extraOptions = {
settings = {
completion.cmp.enabled = true;
};
};