kickstart.nvim/lua/custom/plugins/reveal.lua

10 lines
142 B
Lua
Raw Normal View History

2023-04-06 21:25:07 -06:00
return {
2023-04-16 01:23:30 -06:00
{
"killtheliterate/nvim-reveal",
dev = false,
config = function()
require('nvim-reveal').setup {}
end
},
2023-04-06 21:25:07 -06:00
}