mirror of https://github.com/LazyVim/starter
6 lines
148 B
Lua
6 lines
148 B
Lua
|
return {
|
||
|
"rmagatti/goto-preview",
|
||
|
event = "BufEnter",
|
||
|
config = true, -- necessary as per https://github.com/rmagatti/goto-preview/issues/88
|
||
|
}
|