Working corfu setup without company

This commit is contained in:
Maciej 2025-01-07 14:25:33 +02:00
parent b9559eabe0
commit a0500746f4
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
11 changed files with 255 additions and 314 deletions

View file

@ -22,11 +22,7 @@
(column-enforce-n 99)
;; Run LSP
(lsp-deferred)
;; Company list override
(add-to-list (make-local-variable 'company-backends)
'(company-capf company-yasnippet)))
(lsp-deferred))
(add-hook 'rust-mode-hook 'icejam-activate-rust-mode)
(add-hook 'rust-mode-hook 'flycheck-rust-setup)