mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 05:21:04 +00:00
feat: Added references
This commit is contained in:
parent
ca2586c153
commit
10330f4e8f
1 changed files with 15 additions and 0 deletions
15
lua/plugins/refrences.lua
Normal file
15
lua/plugins/refrences.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
-- Code references plugins
|
||||||
|
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"wiliamks/nice-reference.nvim",
|
||||||
|
dependencies = {
|
||||||
|
{
|
||||||
|
"rmagatti/goto-preview",
|
||||||
|
config = function()
|
||||||
|
require("goto-preview").setup({})
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue