Files

367 B

Neovim

  1. Download the template file

  2. Configure the template in ~/.config/clrsync/config.toml:

[templates.nvim]
enabled = true
input_path = '~/.config/clrsync/templates/nvim.lua'
output_path = '~/.config/nvim/colors/clrsync.lua'
reload_cmd = ''
  1. Set the colorscheme in your Neovim config:
vim.cmd.colorscheme 'clrsync'