Light weight color scheme switcher for neovim.
demo.mp4
return {
"nishu-murmu/ThemeSwitch.nvim"
}
require("ThemeSwitch")
require("ThemeSwitch").setup({
keymap = --your mappings
})
Mappings are fully customizable.
Mappings | Action |
---|---|
<leader>c |
Toggle ThemeSwitch window |
MIT