Files
m3ta-home/profiles/sets/coding/editor/neovim.nix
T

8 lines
342 B
Nix
Raw Normal View History

2026-05-02 09:08:40 +02:00
# NeoVim base configuration via m3ta-nixpkgs coding.editors module.
# The option `coding.editors.neovim.enable` is declared by
# inputs.m3ta-nixpkgs.homeManagerModules.default — no re-declaration here.
{...}: {
# Placeholder for host-agnostic NeoVim overrides.
# Set coding.editors.neovim.enable = true in per-host files to activate.
}