-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Rustic works perfect, thanks a lot for the great package!
Unfortunately in my installation, there are no key bindings to the rustic-*
interactive functions :(
So I have to call them "manually" with M-:
I'm using it with lsp-mode and this config:
(use-package rustic
:ensure t
:after (rust-mode)
:custom
(lsp-rust-analyzer-cargo-watch-command "clippy")
(rustic-rustfmt-args "--edition 2021")
(rustic-format-on-save nil)
)
(use-package rust-mode
:ensure t
:init
(setq rust-mode-treesitter-derive t))
Any help would be mighty appreciated!
Metadata
Metadata
Assignees
Labels
No labels