Skip to content
otheme

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

OrderFileWhat otheme writes
1~/.local/share/nvim/site/colors/vesper.luawrite generated Neovim colorscheme for Vesper

Commands

OrderCommandWhy it runs
1nvim --headless '+call writefile([stdpath('\''run'\'')], '\''/dev/stdout'\'')' +qdiscover Neovim runtime directory for live sockets
2nvim --server '<socket>' --remote-expr 'execute("colorscheme vesper")'live-apply the colorscheme to each running Neovim socket