chore: minor nvim options

This commit is contained in:
Mohammad Rafiq 2025-03-16 04:13:50 +08:00
parent 00d63c9664
commit 6eeaf9409b
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@
setupOpts = {
cmdline.sources = null; # use default source list
sources.providers.cmdline.module = "blink.cmp.sources.cmdline";
menu.auto_show = false;
completion.documentation.auto_show_delay_ms = 0;
signature.enabled = true;
};