Skip to content

Commit

Permalink
chore: add missing type to custom variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kassick committed Nov 27, 2024
1 parent 49895b7 commit 312626e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lsp-inline-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ lsp-inline-completion-mode is active"

(defcustom lsp-inline-completion-mode-inhibit-when-company-active t
"If the inline completion mode should avoid calling completions when company is active"
:type 'boolean
:group 'lsp-mode)

(defvar-local lsp-inline-completion--showing-company nil "If company was active when the tooltip is shown")
Expand Down

0 comments on commit 312626e

Please sign in to comment.