mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
20 lines
367 B
Markdown
20 lines
367 B
Markdown
# Neovim
|
|
|
|
1. Download the [template file](nvim.lua)
|
|
|
|
2. Configure the template in `~/.config/clrsync/config.toml`:
|
|
|
|
```toml
|
|
[templates.nvim]
|
|
enabled = true
|
|
input_path = '~/.config/clrsync/templates/nvim.lua'
|
|
output_path = '~/.config/nvim/colors/clrsync.lua'
|
|
reload_cmd = ''
|
|
```
|
|
|
|
3. Set the colorscheme in your Neovim config:
|
|
|
|
```lua
|
|
vim.cmd.colorscheme 'clrsync'
|
|
```
|