应该是这里有问题, 加个not 就好了
(defun lsp-bridge-not-yank-command ()
"Hide completion if `this-command' is yank."
(not (string-equal "yank" (format "%s" this-command))))
应该是这里有问题, 加个not 就好了
(defun lsp-bridge-not-yank-command ()
"Hide completion if `this-command' is yank."
(not (string-equal "yank" (format "%s" this-command))))