Enable lsp-inline-completion-enable for lsp-mode
This commit is contained in:
parent
de2758eba4
commit
7e2fedb735
1 changed files with 2 additions and 0 deletions
|
|
@ -382,6 +382,8 @@
|
||||||
(lsp-enable-on-type-formatting nil)
|
(lsp-enable-on-type-formatting nil)
|
||||||
(lsp-enable-indentation nil)
|
(lsp-enable-indentation nil)
|
||||||
:config
|
:config
|
||||||
|
(setq lsp-inline-completion-enable t)
|
||||||
|
|
||||||
(add-to-list 'lsp-language-id-configuration '(swift-ts-mode . "swift"))
|
(add-to-list 'lsp-language-id-configuration '(swift-ts-mode . "swift"))
|
||||||
(let ((lsp-sourcekit-executable (string-trim
|
(let ((lsp-sourcekit-executable (string-trim
|
||||||
(shell-command-to-string "xcrun --find sourckit-lsp"))))
|
(shell-command-to-string "xcrun --find sourckit-lsp"))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue