1

Neovim: Disable blink.cmp cmdline completion

This commit is contained in:
2025-02-02 21:17:41 +01:00
parent 402e05f65a
commit e7a2b8abb8

View File

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