From 7b93e61469aedd28e9fbb6652b0fef7cdb4bc2d7 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 15 Apr 2020 11:56:57 +0200 Subject: Add 'vim-textobj-quote' plugin Make it easier to write with typographers' quotes. Depends on 'vim-textobj-user'. --- .gitmodules | 6 ++++++ bundle/vim-textobj-quote | 1 + bundle/vim-textobj-user | 1 + 3 files changed, 8 insertions(+) create mode 160000 bundle/vim-textobj-quote create mode 160000 bundle/vim-textobj-user diff --git a/.gitmodules b/.gitmodules index e9cdfdc..807274d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -110,3 +110,9 @@ [submodule "bundle/vim-searchop"] path = bundle/vim-searchop url = https://github.com/teddywing/vim-searchop.git +[submodule "bundle/vim-textobj-user"] + path = bundle/vim-textobj-user + url = https://github.com/kana/vim-textobj-user.git +[submodule "bundle/vim-textobj-quote"] + path = bundle/vim-textobj-quote + url = https://github.com/reedes/vim-textobj-quote.git diff --git a/bundle/vim-textobj-quote b/bundle/vim-textobj-quote new file mode 160000 index 0000000..e9da4cd --- /dev/null +++ b/bundle/vim-textobj-quote @@ -0,0 +1 @@ +Subproject commit e9da4cde23223ec48cdcc3adb3b710ff7c60cf85 diff --git a/bundle/vim-textobj-user b/bundle/vim-textobj-user new file mode 160000 index 0000000..41a675d --- /dev/null +++ b/bundle/vim-textobj-user @@ -0,0 +1 @@ +Subproject commit 41a675ddbeefd6a93664a4dc52f302fe3086a933 -- cgit v1.2.3