From 3905204bb04fed80e092304e11decfdd62668774 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 30 Oct 2012 08:54:57 +0100 Subject: [PATCH 1/1] add notmuch plugin --- .vim/plugin/notmuch.vim | 1 + .vim/syntax/notmuch-compose.vim | 1 + .vim/syntax/notmuch-folders.vim | 1 + .vim/syntax/notmuch-search.vim | 1 + .vim/syntax/notmuch-show.vim | 1 + 5 files changed, 5 insertions(+) create mode 120000 .vim/plugin/notmuch.vim create mode 120000 .vim/syntax/notmuch-compose.vim create mode 120000 .vim/syntax/notmuch-folders.vim create mode 120000 .vim/syntax/notmuch-search.vim create mode 120000 .vim/syntax/notmuch-show.vim diff --git a/.vim/plugin/notmuch.vim b/.vim/plugin/notmuch.vim new file mode 120000 index 0000000..6052fd9 --- /dev/null +++ b/.vim/plugin/notmuch.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/plugin/notmuch.vim \ No newline at end of file diff --git a/.vim/syntax/notmuch-compose.vim b/.vim/syntax/notmuch-compose.vim new file mode 120000 index 0000000..66c5949 --- /dev/null +++ b/.vim/syntax/notmuch-compose.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/syntax/notmuch-compose.vim \ No newline at end of file diff --git a/.vim/syntax/notmuch-folders.vim b/.vim/syntax/notmuch-folders.vim new file mode 120000 index 0000000..84d0656 --- /dev/null +++ b/.vim/syntax/notmuch-folders.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/syntax/notmuch-folders.vim \ No newline at end of file diff --git a/.vim/syntax/notmuch-search.vim b/.vim/syntax/notmuch-search.vim new file mode 120000 index 0000000..b500caf --- /dev/null +++ b/.vim/syntax/notmuch-search.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/syntax/notmuch-search.vim \ No newline at end of file diff --git a/.vim/syntax/notmuch-show.vim b/.vim/syntax/notmuch-show.vim new file mode 120000 index 0000000..9b2819a --- /dev/null +++ b/.vim/syntax/notmuch-show.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/syntax/notmuch-show.vim \ No newline at end of file -- 2.39.2