diff options
Diffstat (limited to 'fnl/nvrc')
-rw-r--r-- | fnl/nvrc/packs/rust.fnl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fnl/nvrc/packs/rust.fnl b/fnl/nvrc/packs/rust.fnl index 8a1aa98..cb2d9f5 100644 --- a/fnl/nvrc/packs/rust.fnl +++ b/fnl/nvrc/packs/rust.fnl @@ -1,6 +1,3 @@ (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))}}) +(setup {:server {:settings {:rust-analyzer {:files {:excludeDirs [:.direnv]} :check {:command :clippy}}}}}) |