Added nvim-treesitter deps and basic config

This commit is contained in:
2026-08-08 22:38:45 +02:00
parent bc923014bb
commit 1f8f88ae67
2 changed files with 63 additions and 1 deletions
+11
View File
@@ -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"