about summary refs log tree commit diff
path: root/fnl/nvrc/packs/rust.fnl
blob: 8a1aa98fc82d6250662513d7181c624eba478ceb (plain)
1
2
3
4
5
6
(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))}})