nvim
The nvim target writes a generated Lua colorscheme and live-applies it to running Neovim instances when possible.
This page is generated from the adapter plan used by otheme set vesper --dry-run. Paths are shown exactly as otheme prints them; ~ means your home directory.
Compatibility
Author mode. otheme generates a Neovim colorscheme file from the shared theme palette, then asks running Neovim instances to switch to it.
Files
| Order | File | What otheme writes |
|---|---|---|
| 1 | ~/.local/share/nvim/site/colors/vesper.lua | write generated Neovim colorscheme for Vesper |
Commands
| Order | Command | Why it runs |
|---|---|---|
| 1 | nvim --headless '+call writefile([stdpath('\''run'\'')], '\''/dev/stdout'\'')' +q | discover Neovim runtime directory for live sockets |
| 2 | nvim --server '<socket>' --remote-expr 'execute("colorscheme vesper")' | live-apply the colorscheme to each running Neovim socket |