6 lines
112 B
Lua
6 lines
112 B
Lua
return {
|
|
'junegunn/vim-peekaboo',
|
|
config = function ()
|
|
vim.g.peekaboo_window = 'enew'
|
|
end
|
|
}
|