lang/clojure: remove fuzzy completion for company
I prefer that fuzzy search is disabled by default, for consistency and performance. Fuzzy search tends to be much significantly slower, and no other company backend offers a fuzzy search mechanism (or should). Fuzzy search is usually gated behind variables and flags, but since opting in here is a trivial one-liner, I don't think it needs one.
This commit is contained in:
parent
bd1f2ec4d6
commit
a25257d8da
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@
|
|||
(set-lookup-handlers! 'clojure-mode
|
||||
:definition #'cider-browse-ns-find-at-point
|
||||
:documentation #'cider-browse-ns-doc-at-point)
|
||||
(add-hook 'cider-repl-mode-hook #'cider-company-enable-fuzzy-completion)
|
||||
(add-hook 'cider-mode-hook #'cider-company-enable-fuzzy-completion)
|
||||
(add-hook 'cider-mode-hook #'eldoc-mode)
|
||||
:config
|
||||
(setq nrepl-hide-special-buffers t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue