summaryrefslogtreecommitdiffstats
path: root/roles/vim/vars
diff options
context:
space:
mode:
Diffstat (limited to 'roles/vim/vars')
-rw-r--r--roles/vim/vars/archlinux.yml4
-rw-r--r--roles/vim/vars/debian.yml2
2 files changed, 6 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"
diff --git a/roles/vim/vars/debian.yml b/roles/vim/vars/debian.yml
new file mode 100644
index 00000000..457542aa
--- /dev/null
+++ b/roles/vim/vars/debian.yml
@@ -0,0 +1,2 @@
+---
+vim_package_name: "vim"