switch company to tab completion
This commit is contained in:
parent
0be80e525a
commit
8cdddf3862
2
init.el
2
init.el
|
@ -15,7 +15,7 @@
|
||||||
;; directory (for easy access to its source code).
|
;; directory (for easy access to its source code).
|
||||||
|
|
||||||
(doom! :completion
|
(doom! :completion
|
||||||
(company +childframe) ; the ultimate code completion backend
|
(company +childframe +tng) ; the ultimate code completion backend
|
||||||
(ivy +fuzzy +precient +childframe +icons)
|
(ivy +fuzzy +precient +childframe +icons)
|
||||||
|
|
||||||
:ui
|
:ui
|
||||||
|
|
Loading…
Reference in New Issue