oxocarbon.nvim
oxocarbon.nvim copied to clipboard
:colorscheme oxocarbon only works once
If I use oxocarbon, another colorscheme and oxocarbon again, it fails. Eg.:
vim.cmd("colorscheme oxocarbon")
vim.cmd("colorscheme default")
vim.cmd("colorscheme oxocarbon")
It also happens when I :PackerCompile.
Thanks, I'll look into it
Should be fixed now