starter/lua/plugins/refrences.lua
2024-05-26 11:39:54 +03:00

15 lines
247 B
Lua

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