blob: c79d0f477206c44453eb8d1077f62f3479ac4957 (
plain)
1
2
3
4
5
|
(local {: setup} (require :rust-tools))
(setup {:server {:settings {:rust-analyzer {:files {:excludeDirs [:.direnv]} :check {:command :clippy}}}
;; TODO: workaround https://github.com/rust-lang/rust-analyzer/issues/16867#issuecomment-2009391788
:capabilities {:experimental {:snippetTextEdit false}}}})
|