8 lines
342 B
Nix
8 lines
342 B
Nix
|
|
# 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.
|
||
|
|
}
|