- (defcustom acm-backend-lsp-candidate-min-length 0
- "Maximal length of candidate."
- :type 'integer
- :group 'acm-backend-lsp)
-
- (defcustom acm-backend-lsp-candidate-max-length 60
- "Maximal length of candidate."
- :type 'integer
- :group 'acm-backend-lsp)
-
- (defcustom acm-backend-lsp-candidates-max-number 100
- "Maximal number of candidate of menu."
- :type 'integer
- :group 'acm-backend-lsp)
-
- (defcustom acm-backend-lsp-enable-auto-import t
- "Whether to enable auto-import."
- :type 'boolean
- :group 'acm-backend-lsp)
-
- (defvar acm-backend-lsp-fetch-completion-item-func nil)