Jump to content

Translations:Neovim/8/en

From Official NixOS Wiki
Revision as of 03:59, 21 July 2024 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Basic

<syntaxhighlight lang="nix">

  1. Global Configuration

programs.neovim = {

  enable = true;
  defaultEditor = true;

};