mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
ra-emacs-lsp: Fix company-lsp snippet handler override
This commit is contained in:
parent
dafa177088
commit
882daf4245
@ -81,7 +81,7 @@
|
|||||||
|
|
||||||
(with-eval-after-load 'company-lsp
|
(with-eval-after-load 'company-lsp
|
||||||
;; company-lsp provides a snippet handler for rust by default that adds () after function calls, which RA does better
|
;; company-lsp provides a snippet handler for rust by default that adds () after function calls, which RA does better
|
||||||
(setq company-lsp--snippet-functions (assq-delete-all "rust" company-lsp--snippet-functions)))
|
(setq company-lsp--snippet-functions (cl-delete "rust" company-lsp--snippet-functions :key #'car :test #'equal)))
|
||||||
|
|
||||||
;; join lines
|
;; join lines
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user