diff --git a/lua/plugins/refrences.lua b/lua/plugins/refrences.lua new file mode 100644 index 0000000..76f214c --- /dev/null +++ b/lua/plugins/refrences.lua @@ -0,0 +1,15 @@ +-- Code references plugins + +return { + { + "wiliamks/nice-reference.nvim", + dependencies = { + { + "rmagatti/goto-preview", + config = function() + require("goto-preview").setup({}) + end, + }, + }, + }, +}