Neovim: Disable blink.cmp cmdline completion
This commit is contained in:
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user