From a5d04ac1326cf32ac3ecae2f3cefbacc15579840 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 22 Feb 2019 11:34:18 +1300 Subject: [PATCH] add Tabular addon --- .gitignore.d/vim | 5 +++++ .vim/after/plugin/TabularMaps.vim | 1 + .vim/autoload/tabular.vim | 1 + .vim/doc/Tabular.txt | 1 + .vim/plugin/Tabular.vim | 1 + 5 files changed, 9 insertions(+) create mode 120000 .vim/after/plugin/TabularMaps.vim create mode 120000 .vim/autoload/tabular.vim create mode 120000 .vim/doc/Tabular.txt create mode 120000 .vim/plugin/Tabular.vim diff --git a/.gitignore.d/vim b/.gitignore.d/vim index 1a14e63..f289714 100644 --- a/.gitignore.d/vim +++ b/.gitignore.d/vim @@ -15,8 +15,10 @@ !/.vim/after/ftplugin/rst.vim !/.vim/after/ftplugin/tex.vim !/.vim/after/ftplugin/vo_base.vim +!/.vim/after/plugin/TabularMaps.vim !/.vim/after/syntax/tex.vim !/.vim/autoload/ledger.vim +!/.vim/autoload/tabular.vim !/.vim/colors/madduck.vim !/.vim/compiler/ledger.vim !/.vim/compiler/tex.vim @@ -26,6 +28,8 @@ !/.vim/doc/latexhelp.txt.gz !/.vim/doc/latex-suite-quickstart.txt.gz !/.vim/doc/latex-suite.txt.gz +!/.vim/doc/ledger.txt +!/.vim/doc/Tabular.txt !/.vim/doc/vcscommand.txt !/.vim/doc/vimplate.txt !/.vim/ftdetect/itsalltext.vim @@ -162,6 +166,7 @@ !/.vim/plugin/remoteOpen.vim !/.vim/plugin/securemodelines.vim !/.vim/plugin/SyntaxFolds.vim +!/.vim/plugin/Tabular.vim !/.vim/plugin/vcsbzr.vim !/.vim/plugin/vcscommand.vim !/.vim/plugin/vcscvs.vim diff --git a/.vim/after/plugin/TabularMaps.vim b/.vim/after/plugin/TabularMaps.vim new file mode 120000 index 0000000..236e16a --- /dev/null +++ b/.vim/after/plugin/TabularMaps.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/after/plugin/TabularMaps.vim \ No newline at end of file diff --git a/.vim/autoload/tabular.vim b/.vim/autoload/tabular.vim new file mode 120000 index 0000000..e10a6f5 --- /dev/null +++ b/.vim/autoload/tabular.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/autoload/tabular.vim \ No newline at end of file diff --git a/.vim/doc/Tabular.txt b/.vim/doc/Tabular.txt new file mode 120000 index 0000000..461c669 --- /dev/null +++ b/.vim/doc/Tabular.txt @@ -0,0 +1 @@ +/usr/share/vim/addons/doc/Tabular.txt \ No newline at end of file diff --git a/.vim/plugin/Tabular.vim b/.vim/plugin/Tabular.vim new file mode 120000 index 0000000..fa1b87b --- /dev/null +++ b/.vim/plugin/Tabular.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/plugin/Tabular.vim \ No newline at end of file -- 2.39.2