Skip to content
Snippets Groups Projects
Commit dc3c4057 authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Silently load gnupg vim package (needed on jammy)

parent 28d40eb3
No related branches found
No related tags found
No related merge requests found
......@@ -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 ---{{{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment