Add new keymaps and plugins

This commit is contained in:
Gustavo Silva (es00679121_prosegur) 2023-07-12 22:53:47 +02:00
parent da87fc4247
commit ab0d9c600b
13 changed files with 203 additions and 38 deletions

View file

@ -0,0 +1,6 @@
return {
'rmagatti/goto-preview',
config = function()
require('goto-preview').setup {}
end
}