[FIX] Install rust-src for LSP tasks
This commit is contained in:
parent
b9b9701a2c
commit
fd053df0b1
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -209,6 +209,7 @@ unstow-tmux:
|
||||||
.PHONY: rust
|
.PHONY: rust
|
||||||
rust:
|
rust:
|
||||||
rustup default stable
|
rustup default stable
|
||||||
|
rustup component add rust-src # For rust-analyzer
|
||||||
|
|
||||||
.PHONY: haskell
|
.PHONY: haskell
|
||||||
haskell:
|
haskell:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue