- :type 'list
- :group 'lsp-bridge)
-
- (defcustom lsp-bridge-flash-line-delay .3
- "How many seconds to flash `lsp-bridge-font-lock-flash' after navigation.
-
- Setting this to nil or 0 will turn off the indicator."
- :type 'number
- :group 'lsp-bridge)
-
- (defcustom lsp-bridge-completion-stop-commands
- '("undo-tree-undo" "undo-tree-redo"
- "kill-region" "delete-block-backward"
- "python-black-buffer" "acm-complete-or-expand-yas-snippet"
- "yank" "string-rectangle" "query-replace")
- "If last command is match this option, stop popup completion ui."
- :type 'cons
- :group 'lsp-bridge)
-
- (defcustom lsp-bridge-completion-hide-characters '(":" ";" "(" ")" "[" "]" "{" "}" "," "\"")
- "If character before match this option, stop popup completion ui."