9 lines
141 B
Lua
9 lines
141 B
Lua
return {
|
|
"rmagatti/goto-preview",
|
|
config = function()
|
|
require("goto-preview").setup({
|
|
default_mappings = true,
|
|
})
|
|
end,
|
|
}
|