1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-19 02:17:44 +01:00
dotfiles/.config/nvim/lua/plugins/goto-preview.lua
2024-03-08 03:23:37 +01:00

7 lines
105 B
Lua

return {
"rmagatti/goto-preview",
config = function()
require("goto-preview").setup({})
end,
}