lsp-bridge -- 速度最快的语法补全插件

应该是这里有问题, 加个not 就好了

(defun lsp-bridge-not-yank-command ()
  "Hide completion if `this-command' is yank."
  (not (string-equal "yank" (format "%s" this-command))))