mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
added rust analyzer installation for helix
This commit is contained in:
@@ -408,6 +408,11 @@
|
||||
pacman:
|
||||
name: vue-language-server
|
||||
state: present
|
||||
- name: Install Rust Analyzer for Helix
|
||||
become: true
|
||||
pacman:
|
||||
name: rust-analyzer
|
||||
state: present
|
||||
- name: Setup Fish
|
||||
synchronize:
|
||||
delete: true
|
||||
|
||||
Reference in New Issue
Block a user