mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-26 15:18:35 +02:00
9 lines
192 B
Lua
9 lines
192 B
Lua
|
return {
|
||
|
{
|
||
|
'rmagatti/goto-preview',
|
||
|
event = 'BufEnter',
|
||
|
config = true, -- necessary as per https://github.com/rmagatti/goto-preview/issues/88
|
||
|
default_mappings = true,
|
||
|
},
|
||
|
}
|