Compare commits

..

No commits in common. "ae43050061e73a5ccc89ad634bf3250ceb2203c5" and "eae6737d76940340c856c8dff14b7052127d519c" have entirely different histories.

3 changed files with 2 additions and 6 deletions

View File

@ -38,6 +38,7 @@
:hook (eglot-managed-mode . company-mode)
:config
(setq company-backends '((company-capf)))
(setq company-transformers '(company-sort-by-occurrence))
)
;; (use-package company-box

View File

@ -1,2 +1,2 @@
# Check that rust-analyzer is valid for date on https://rust-lang.github.io/rustup-components-history/
rust_date: "2023-10-16"
rust_date: "2023-09-02"

View File

@ -14,11 +14,6 @@
args:
creates: "{{ account_homedir.stdout }}/.rustup/toolchains/nightly-{{ rust_date }}-x86_64-unknown-linux-gnu/lib/rustlib/manifest-rust-src"
- name: Install clippy
command: rustup component add clippy
args:
creates: "{{ account_homedir.stdout }}/.rustup/toolchains/nightly-{{ rust_date }}-x86_64-unknown-linux-gnu/bin/cargo-clippy"
- name: Create directories
file:
name: "{{ account_homedir.stdout }}/{{ item }}"