feat: Added references

This commit is contained in:
Binciu Viorel 2024-05-26 11:39:54 +03:00
parent ca2586c153
commit 10330f4e8f

15
lua/plugins/refrences.lua Normal file
View file

@ -0,0 +1,15 @@
-- Code references plugins
return {
{
"wiliamks/nice-reference.nvim",
dependencies = {
{
"rmagatti/goto-preview",
config = function()
require("goto-preview").setup({})
end,
},
},
},
}