Compare commits
3 Commits
eae6737d76
...
ae43050061
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ae43050061 | ||
![]() |
05c3b0c1dc | ||
![]() |
47c36a82bf |
@ -38,7 +38,6 @@
|
||||
:hook (eglot-managed-mode . company-mode)
|
||||
:config
|
||||
(setq company-backends '((company-capf)))
|
||||
(setq company-transformers '(company-sort-by-occurrence))
|
||||
)
|
||||
|
||||
;; (use-package company-box
|
||||
|
@ -1,2 +1,2 @@
|
||||
# Check that rust-analyzer is valid for date on https://rust-lang.github.io/rustup-components-history/
|
||||
rust_date: "2023-09-02"
|
||||
rust_date: "2023-10-16"
|
||||
|
@ -14,6 +14,11 @@
|
||||
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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user