1

Neovim: Disable blink.cmp cmdline completion

This commit is contained in:
2025-02-02 21:17:41 +01:00
parent 56d0483308
commit 9feb033ac6

View File

@ -442,6 +442,7 @@ in {
sources = {
default = ["lsp" "path" "snippets"]; # No "buffer"
cmdline.__raw = ''{}''; # Disable cmdline completion (done by noice)
};
appearance = {