diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2022-03-31 15:12:20 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2022-04-07 15:30:28 +0200 |
commit | d2fbac600b93725f077c179cf8651651c8f58bb0 (patch) | |
tree | a747f8f4b7ffb338297a979eb1ef1d54a1f4961e /lua/user | |
parent | 5ecf3c9ae0bd28c498d6a2c7e56b6679d909c065 (diff) | |
download | vim-d2fbac600b93725f077c179cf8651651c8f58bb0.zip vim-d2fbac600b93725f077c179cf8651651c8f58bb0.tar.gz |
vim-gnupg support .gpg .pgp .asc
Diffstat (limited to 'lua/user')
-rw-r--r-- | lua/user/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index dfe37e2..a1ded05 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -55,7 +55,7 @@ return packer.startup(function(use) -- use 'vim-airline/vim-airline-themes' -- Status/Tab line Themes use 'feline-nvim/feline.nvim' use 'embear/vim-localvimrc' -- support .lvimrc - use 'jamessan/vim-gnupg' -- support gpg + use 'jamessan/vim-gnupg' -- support .gpg .pgp .asc -- Colorschemes -- use 'lunarvim/colorschemes' -- A bunch of colorschemes you can try out |