(local {: setup} (require :rust-tools)) (setup {:server { :settings {:rust-analyzer {:files {:excludeDirs [:.direnv]} :check {:command :clippy}}} ;; Disable semantic highlighting :on_attach (fn [client bufnr] (set client.server_capabilities.semanticTokensProvider nil))}})