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

10 lines
142 B
Lua

return {
{
"killtheliterate/nvim-reveal",
dev = false,
config = function()
require('nvim-reveal').setup {}
end
},
}