Fix indentation in company file
This commit is contained in:
parent
185ee4093a
commit
af539db4c6
1 changed files with 16 additions and 17 deletions
|
|
@ -2,10 +2,10 @@
|
||||||
(require 'company); Add completion
|
(require 'company); Add completion
|
||||||
|
|
||||||
;; Company configuration
|
;; Company configuration
|
||||||
(setq-default company-minimum-prefix-length 2 ; minimum prefix character number for auto complete.
|
(setq-default
|
||||||
|
company-minimum-prefix-length 2 ; minimum prefix character number for auto complete.
|
||||||
company-idle-delay 0.1
|
company-idle-delay 0.1
|
||||||
company-echo-delay 0
|
company-echo-delay 0 ;; company-show-numbers t
|
||||||
;; company-show-numbers t
|
|
||||||
company-tooltip-align-annotations t ; align annotations to the right tooltip border.
|
company-tooltip-align-annotations t ; align annotations to the right tooltip border.
|
||||||
company-tooltip-flip-when-above t
|
company-tooltip-flip-when-above t
|
||||||
company-tooltip-limit 10 ; tooltip candidates max limit.
|
company-tooltip-limit 10 ; tooltip candidates max limit.
|
||||||
|
|
@ -32,7 +32,6 @@
|
||||||
(company-dabbrev company-abbrev)
|
(company-dabbrev company-abbrev)
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
||||||
(setq-default
|
(setq-default
|
||||||
company-lsp-cache-candidates 1 ;; Cache LSP results
|
company-lsp-cache-candidates 1 ;; Cache LSP results
|
||||||
company-lsp-async 1 ;; Fetch LSP results asynchronously
|
company-lsp-async 1 ;; Fetch LSP results asynchronously
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue