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