mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
restructured extra directory
This commit is contained in:
19
extra/templates/neovim/readme.md
Normal file
19
extra/templates/neovim/readme.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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'
|
||||
```
|
||||
Reference in New Issue
Block a user