Added nvim-treesitter deps and basic config
This commit is contained in:
@@ -9,3 +9,14 @@
|
||||
ansible.builtin.pacman:
|
||||
name: "{{ 'wl-clipboard' if lookup('env', 'XDG_SESSION_TYPE') == 'wayland' else 'xclip' }}"
|
||||
when: chezmoi.osRelease.id == "arch"
|
||||
|
||||
- name: Install plugin dependencies
|
||||
become: true
|
||||
ansible.builtin.pacman:
|
||||
name:
|
||||
# nvim-treesitter
|
||||
- tree-sitter-cli
|
||||
- gcc
|
||||
- curl
|
||||
- tar
|
||||
when: chezmoi.osRelease.id == "arch"
|
||||
|
||||
Reference in New Issue
Block a user