fix(nvf): make blink cmp not auto show cmdline completion

This commit is contained in:
Mohammad Rafiq 2025-03-16 20:03:16 +08:00
parent 43c0dba4e3
commit 09c2fc94a4
3 changed files with 7 additions and 15 deletions

View file

@ -11,5 +11,6 @@
nix.enable = true;
rust.enable = true;
clang.enable = true;
lua.enable = true;
};
}