Translations:Vim/19/en

Revision as of 02:41, 21 July 2024 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

If you want a system wide "baseline" configuration for vim/nvim here are two examples:.

<syntaxHighlight lang="nix"> { pkgs, ... }: {

 environment.variables = { EDITOR = "vim"; };