mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-07 07:49:49 +01:00
blink: disable lazy-loading
This commit is contained in:
parent
5e37fc549a
commit
b43c5f163c
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@ in {
|
|||
package = "blink-cmp";
|
||||
setupModule = "blink.cmp";
|
||||
inherit (cfg) setupOpts;
|
||||
event = ["InsertEnter" "CmdlineEnter"];
|
||||
# TODO: lazy disabled until lspconfig is lazy loaded
|
||||
#
|
||||
# event = ["InsertEnter" "CmdlineEnter"];
|
||||
};
|
||||
|
||||
autocomplete = {
|
||||
|
|
Loading…
Reference in a new issue