You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kickstart.nvim/lua/custom/plugins/themes/purify.lua

7 lines
108 B
Lua

return {
'kyoz/purify',
config = function(plugin)
vim.opt.rtp:append(plugin.dir .. '/vim')
end,
}