From 2fa871a243155708ae6f3efb93e8f5beae57faa4 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 2 Sep 2023 14:31:42 +0900 Subject: Revert "feat(packs/rust)!: disable semantic highlighting" This reverts commit 38a7badbfa67f29556836c94ce66d872af246385. * Superseded by f0814fa0ec927adfad444b5c1d859a25753810a1 --- fnl/nvrc/packs/rust.fnl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'fnl/nvrc/packs') 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}}}}}) -- cgit 1.4.1