From 59d60629743505ae0ccfe63a7b2c58730dccb62c Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 22 Feb 2019 12:08:20 +1300 Subject: [PATCH] add deb plugin --- .gitignore.d/vim | 15 +++++++++++++++ .vim/autoload/deb.vim | 1 + .vim/plugin/debPlugin.vim | 1 + .vim/syntax/deb.vim | 1 + 4 files changed, 18 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/.gitignore.d/vim b/.gitignore.d/vim index 0a67224..0b79894 100644 --- a/.gitignore.d/vim +++ b/.gitignore.d/vim @@ -17,9 +17,22 @@ !/.vim/after/ftplugin/vo_base.vim !/.vim/after/plugin/TabularMaps.vim !/.vim/after/syntax/tex.vim +!/.vim/autoload/deb.vim !/.vim/autoload/ledger.vim !/.vim/autoload/pathogen.vim !/.vim/autoload/tabular.vim +!/.vim/bundle/explainpat/autoload/explainpat.vim +!/.vim/bundle/explainpat/autoload/nwo/magic.vim +!/.vim/bundle/explainpat/doc/explainpat.txt +!/.vim/bundle/explainpat/.gitignore +!/.vim/bundle/explainpat/plugin/explainpat.vim +!/.vim/bundle/explainpat/README +!/.vim/bundle/password-store/doc/vim-password-store.txt +!/.vim/bundle/password-store/ftdetect/pass.vim +!/.vim/bundle/password-store/ftplugin/pass.vim +!/.vim/bundle/password-store/LICENSE +!/.vim/bundle/password-store/README.md +!/.vim/bundle/password-store/syntax/pass.vim !/.vim/colors/madduck.vim !/.vim/compiler/ledger.vim !/.vim/compiler/tex.vim @@ -161,6 +174,7 @@ !/.vim/indent/python.vim !/.vim/indent/tex.vim !/.vim/macros/table.vim +!/.vim/plugin/debPlugin.vim !/.vim/plugin/filebrowser.vim !/.vim/plugin/gnupg.vim !/.vim/plugin/imaps.vim @@ -184,6 +198,7 @@ !/.vim/spell/en.utf-8.add !/.vim/spell/.gitignore !/.vim/syntax/CVSAnnotate.vim +!/.vim/syntax/deb.vim !/.vim/syntax/gitAnnotate.vim !/.vim/syntax/ledger.vim !/.vim/syntax/mediawiki.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 -- 2.39.2