From b18d902f5ee7c9dba6ddc615980f2b0a908d0495 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 15 Jan 2016 23:03:20 +0100 Subject: vim: added gnupg module - updated submodules - moved git:// submodules to https:// --- .gitmodules | 11 +++++++---- vim/bundle/ag | 2 +- vim/bundle/airline | 2 +- vim/bundle/ctrlp | 2 +- vim/bundle/fugitive | 2 +- vim/bundle/gitgutter | 2 +- vim/bundle/gnupg | 1 + vim/bundle/neocomplete | 2 +- vim/bundle/pathogen | 2 +- vim/bundle/syntastic | 2 +- vimrc | 6 ++++++ 11 files changed, 22 insertions(+), 12 deletions(-) create mode 160000 vim/bundle/gnupg diff --git a/.gitmodules b/.gitmodules index 0b78258..30df90d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule "pathogen"] path = vim/bundle/pathogen - url = git://github.com/tpope/vim-pathogen + url = https://github.com/tpope/vim-pathogen [submodule "tagbar"] path = vim/bundle/tagbar - url = git://github.com/majutsushi/tagbar + url = https://github.com/majutsushi/tagbar [submodule "fugitive"] path = vim/bundle/fugitive - url = git://github.com/tpope/vim-fugitive.git + url = https://github.com/tpope/vim-fugitive.git [submodule "ag"] path = vim/bundle/ag - url = git://github.com/rking/ag.vim.git + url = https://github.com/rking/ag.vim.git [submodule "bufexplorer"] path = vim/bundle/bufexplorer url = https://github.com/jlanzarotta/bufexplorer.git @@ -28,3 +28,6 @@ [submodule "neocomplete"] path = vim/bundle/neocomplete url = https://github.com/Shougo/neocomplete.vim.git +[submodule "gnupg"] + path = vim/bundle/gnupg + url = https://github.com/jamessan/vim-gnupg.git diff --git a/vim/bundle/ag b/vim/bundle/ag index f755abf..6600953 160000 --- a/vim/bundle/ag +++ b/vim/bundle/ag @@ -1 +1 @@ -Subproject commit f755abfb1c4e4e3f59f6cfa25ce16edb5af9e516 +Subproject commit 6600953fc7c85ca43216abf4765118994bf0cc5f diff --git a/vim/bundle/airline b/vim/bundle/airline index cdc6d98..06723fc 160000 --- a/vim/bundle/airline +++ b/vim/bundle/airline @@ -1 +1 @@ -Subproject commit cdc6d98a09db60d3dda58815616f78338cbdaa9d +Subproject commit 06723fc82c6d8cfb9af177a3b3b1ae2c60e3ffa9 diff --git a/vim/bundle/ctrlp b/vim/bundle/ctrlp index b5d3fe6..564176f 160000 --- a/vim/bundle/ctrlp +++ b/vim/bundle/ctrlp @@ -1 +1 @@ -Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f +Subproject commit 564176f01d7f3f7f8ab452ff4e1f5314de7b0981 diff --git a/vim/bundle/fugitive b/vim/bundle/fugitive index 0b43b51..fd36aa9 160000 --- a/vim/bundle/fugitive +++ b/vim/bundle/fugitive @@ -1 +1 @@ -Subproject commit 0b43b51d7785aeb4002b45ca49cea5aef0d2e988 +Subproject commit fd36aa9c61e06d71befdbe8931f97137c489b065 diff --git a/vim/bundle/gitgutter b/vim/bundle/gitgutter index 1067294..ff4f592 160000 --- a/vim/bundle/gitgutter +++ b/vim/bundle/gitgutter @@ -1 +1 @@ -Subproject commit 1067294cdc379be1deb56074a093b49a8303308f +Subproject commit ff4f592c582c0c4181f3c7e40977d1c00c392ce3 diff --git a/vim/bundle/gnupg b/vim/bundle/gnupg new file mode 160000 index 0000000..2dfb82f --- /dev/null +++ b/vim/bundle/gnupg @@ -0,0 +1 @@ +Subproject commit 2dfb82f13ea87e36c5df34024d3d2b054b0e72f0 diff --git a/vim/bundle/neocomplete b/vim/bundle/neocomplete index d2a7807..33ef642 160000 --- a/vim/bundle/neocomplete +++ b/vim/bundle/neocomplete @@ -1 +1 @@ -Subproject commit d2a78075207b97c105041927a125e2cf0b2b0ca5 +Subproject commit 33ef6422753f469bdebfa23184b02a05b348cb33 diff --git a/vim/bundle/pathogen b/vim/bundle/pathogen index b4174e4..4d584ea 160000 --- a/vim/bundle/pathogen +++ b/vim/bundle/pathogen @@ -1 +1 @@ -Subproject commit b4174e4d1a16e7f0c5c6dfca923269a20a9f50c2 +Subproject commit 4d584ea8c85408ca0d68b7b1693f3e2db8aa762a diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic index 7e26d35..1f4846f 160000 --- a/vim/bundle/syntastic +++ b/vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 7e26d3589ab414155dff2c362a07e9e8bb970823 +Subproject commit 1f4846fecca79fa6a56f054d40761bd8c63a236f diff --git a/vimrc b/vimrc index fef7398..062a76c 100644 --- a/vimrc +++ b/vimrc @@ -99,6 +99,12 @@ nmap [6^ "let perl_fold=1 "let perl_nofold_packages=0 +" GPG settings +let g:GPGExecutable="gpg2" +augroup GnuPGExtra + autocmd User GnuPG setl foldmethod=marker foldclose=all foldopen=insert foldtext=v:folddashes.getline(v:foldstart) +augroup END + " BufExplorer settings let g:bufExplorerSplitHorzSize=15 let g:bufExplorerSplitVertSize=40 -- cgit v1.2.3