mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-22 11:28:01 +00:00
blink: disable lazy-loading
This commit is contained in:
parent
382194578d
commit
037c4ee123
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@ in {
|
||||||
package = "blink-cmp";
|
package = "blink-cmp";
|
||||||
setupModule = "blink.cmp";
|
setupModule = "blink.cmp";
|
||||||
inherit (cfg) setupOpts;
|
inherit (cfg) setupOpts;
|
||||||
event = ["InsertEnter" "CmdlineEnter"];
|
# TODO: lazy disabled until lspconfig is lazy loaded
|
||||||
|
#
|
||||||
|
# event = ["InsertEnter" "CmdlineEnter"];
|
||||||
};
|
};
|
||||||
|
|
||||||
autocomplete = {
|
autocomplete = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue