Fix company completion (fuzzy forward search)
This commit is contained in:
parent
fb94c07417
commit
c3ed4ebcfb
3
init.el
3
init.el
|
@ -177,6 +177,9 @@
|
||||||
(define-key company-active-map (kbd "M-k") #'company-select-previous)
|
(define-key company-active-map (kbd "M-k") #'company-select-previous)
|
||||||
(global-company-mode +1))
|
(global-company-mode +1))
|
||||||
|
|
||||||
|
;; Fuzzy forawrd search in completions
|
||||||
|
(setq completion-styles '(flex basic))
|
||||||
|
|
||||||
;; Lsp
|
;; Lsp
|
||||||
(use-package lsp-mode
|
(use-package lsp-mode
|
||||||
:init
|
:init
|
||||||
|
|
Loading…
Reference in a new issue