Back to Noctalia

Neovim

v5-templates-community-neovim.md

latest722 B
Original Source

Neovim

Neovim can be themed using the Noctalia via the base16 colorscheme.

Setup

Section titled “Setup”

  1. Enable User Templates in Noctalia:
  • Open Settings → Color Scheme → Templates → Advanced → Enable User Templates
  1. Add a user template for neovim
  • Copy this into /.config/noctalia/user-templates.toml
  1. Install the base16 colorscheme by RRethy, using your package manager of choice. e.g. with Lazy:

  2. Add the template to your neovim configuration: Add the following file to you neovim configuration (in ~/.config/nvim/lua/matugen-template.lua, as above):

  3. Setup base16 in your init.lua

When you restart neovim, it should use your noctalia theme.