From dc3c4057830282e50cf3534a18980f68f26e80fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20M=C3=A4der?= <maeder@phys.ethz.ch> Date: Fri, 28 Apr 2023 16:11:01 +0200 Subject: [PATCH] Silently load gnupg vim package (needed on jammy) --- profile/rda/.vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile/rda/.vimrc b/profile/rda/.vimrc index 2691ec0..4a34e1d 100644 --- a/profile/rda/.vimrc +++ b/profile/rda/.vimrc @@ -233,6 +233,8 @@ let g:airline_theme='simple' " this is a fix to gnupg.vim that allows the use of gpg-agent with pinentry-curses " set g:GPGPrimeAgent to 1 in your .vimrc to enable priming of gpg-agent let g:GPGPrimeAgent = 1 +" load optional gnupg package (jammy), needs system package vim-scripts +silent! packadd gnupg "}}} " --- markdown ---{{{ -- GitLab