1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-18 18:07:45 +01:00
dotfiles/.config/nvim/lua/plugins/goto-preview.lua

8 lines
146 B
Lua
Raw Normal View History

2024-03-08 03:23:37 +01:00
return {
"rmagatti/goto-preview",
dependencies = 'rmagatti/logger.nvim',
2024-03-08 03:23:37 +01:00
config = function()
require("goto-preview").setup({})
end,
}