blob: 474ce8dd738f4aec0514d7855a9304d197b950e1 (
plain)
1
2
3
4
5
|
(import-macros {: setv!} :nvrc.macro.set)
(setv! vim.g.rustaceanvim {: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}}}})
|