added yanky

This commit is contained in:
2022-04-20 22:49:07 +02:00
parent 2c4617f462
commit 7bd0f10847
3 changed files with 16 additions and 7 deletions

View File

@@ -172,6 +172,10 @@ return require('packer').startup(function()
requires = { 'nvim-telescope/telescope.nvim' },
config = get_setup('my_command_center'),
})
use({
'gbprod/yanky.nvim',
config = get_setup('yanky')
})
if packer_bootstrap then
require('packer').sync()
end