chore(lsp): update lsp-mode custom to use new completion setting name

This commit is contained in:
2020-09-27 19:48:27 +01:00
parent 239dd32624
commit ef1e2fc9b8

View File

@@ -24,7 +24,7 @@
(lsp-enable-file-watchers t)
(lsp-enable-imenu t)
(lsp-keymap-prefix "M-;")
(lsp-prefer-capf t)
(lsp-completion-provider :capf)
;; Set read process output to 1MB, instead of default 4KB. As many language
;; servers produce output ranging from 800KB to 3MB, leaving it at 4KB affects