Setting up vim-gpg plugin: Difference between revisions
mention Gvim with gnome software |
mention graphically editing ~/.vimrc |
||
| Line 10: | Line 10: | ||
sudo apt install vim-scripts | sudo apt install vim-scripts | ||
::Now add the line "packadd! gnupg" to your ~/.vimrc | ::Now add the line "packadd! gnupg" to your ~/.vimrc. You can use a graphical text editor like GNOME Text Editor or GVim to open ~/.vimrc file and add this line to the end of the file (if it has some contents already or just add it to the start if the file is empty). | ||
echo "packadd! gnupg" >> ~/.vimrc | echo "packadd! gnupg" >> ~/.vimrc | ||