From 01a5773c571ca8e06b6a3c46b53df869419da562 Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Wed, 24 Feb 2016 09:20:36 +0100 Subject: vim-addon-manager: Install puppet --- .vim/ftdetect/puppet.vim | 1 + .vim/ftplugin/puppet.vim | 1 + .vim/indent/puppet.vim | 1 + .vim/syntax/puppet.vim | 1 + 4 files changed, 4 insertions(+) create mode 120000 .vim/ftdetect/puppet.vim create mode 120000 .vim/ftplugin/puppet.vim create mode 120000 .vim/indent/puppet.vim create mode 120000 .vim/syntax/puppet.vim diff --git a/.vim/ftdetect/puppet.vim b/.vim/ftdetect/puppet.vim new file mode 120000 index 0000000..25aa2e6 --- /dev/null +++ b/.vim/ftdetect/puppet.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/ftdetect/puppet.vim \ No newline at end of file diff --git a/.vim/ftplugin/puppet.vim b/.vim/ftplugin/puppet.vim new file mode 120000 index 0000000..d1152e9 --- /dev/null +++ b/.vim/ftplugin/puppet.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/ftplugin/puppet.vim \ No newline at end of file diff --git a/.vim/indent/puppet.vim b/.vim/indent/puppet.vim new file mode 120000 index 0000000..f05ce23 --- /dev/null +++ b/.vim/indent/puppet.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/indent/puppet.vim \ No newline at end of file diff --git a/.vim/syntax/puppet.vim b/.vim/syntax/puppet.vim new file mode 120000 index 0000000..2c8a7d8 --- /dev/null +++ b/.vim/syntax/puppet.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/syntax/puppet.vim \ No newline at end of file -- cgit v0.12