about summary refs log tree commit diff
path: root/fnl/nvrc/packs/rust.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/packs/rust.fnl')
-rw-r--r--fnl/nvrc/packs/rust.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/rust.fnl b/fnl/nvrc/packs/rust.fnl
index 08dd298..cb2d9f5 100644
--- a/fnl/nvrc/packs/rust.fnl
+++ b/fnl/nvrc/packs/rust.fnl
@@ -1,3 +1,3 @@
 (local {: setup} (require :rust-tools))
 
-(setup {:server {:settings {:rust-analyzer {:files {:excludeDirs [:.direnv]}}}}})
+(setup {:server {:settings {:rust-analyzer {:files {:excludeDirs [:.direnv]} :check {:command :clippy}}}}})