From 2c8109c5029a956bcbef8af595d2e878f7080e2b Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Wed, 24 Feb 2016 09:22:10 +0100 Subject: vim-addon-manager: Install debPlugin --- .vim/autoload/deb.vim | 1 + .vim/plugin/debPlugin.vim | 1 + .vim/syntax/deb.vim | 1 + 3 files changed, 3 insertions(+) create mode 120000 .vim/autoload/deb.vim create mode 120000 .vim/plugin/debPlugin.vim create mode 120000 .vim/syntax/deb.vim diff --git a/.vim/autoload/deb.vim b/.vim/autoload/deb.vim new file mode 120000 index 0000000..c78db90 --- /dev/null +++ b/.vim/autoload/deb.vim @@ -0,0 +1 @@ +/usr/share/vim-scripts/autoload/deb.vim \ No newline at end of file diff --git a/.vim/plugin/debPlugin.vim b/.vim/plugin/debPlugin.vim new file mode 120000 index 0000000..764efcf --- /dev/null +++ b/.vim/plugin/debPlugin.vim @@ -0,0 +1 @@ +/usr/share/vim-scripts/plugin/debPlugin.vim \ No newline at end of file diff --git a/.vim/syntax/deb.vim b/.vim/syntax/deb.vim new file mode 120000 index 0000000..274a5a8 --- /dev/null +++ b/.vim/syntax/deb.vim @@ -0,0 +1 @@ +/usr/share/vim-scripts/syntax/deb.vim \ No newline at end of file -- cgit v0.12