diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-31 16:27:14 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-31 16:27:14 +0100 |
| commit | af6b1ed0f92d43da84f1341ed0f0cc6743ceb19e (patch) | |
| tree | 4a1dac605fe1753263800f2c5f9d03adc8266340 /roles/vim/vars/archlinux.yml | |
| parent | 7272755bc3c397179197cf03c60704e10165a1f3 (diff) | |
Install gvim on arch to have +clipboard support
Diffstat (limited to 'roles/vim/vars/archlinux.yml')
| -rw-r--r-- | roles/vim/vars/archlinux.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/vim/vars/archlinux.yml b/roles/vim/vars/archlinux.yml new file mode 100644 index 00000000..2d2101f0 --- /dev/null +++ b/roles/vim/vars/archlinux.yml @@ -0,0 +1,4 @@ +--- +# On archlinux the vim package doesn't have clipboard support +# The gvim package comes precompiled with the clipboard support +vim_package_name: "gvim" |
