Jump to content

Translations:Vim/19/en: Difference between revisions

From Official NixOS Wiki
FuzzyBot (talk | contribs)
Importing a new version from external source
 
FuzzyBot (talk | contribs)
Importing a new version from external source
 
Line 1: Line 1:
If you want a system wide "baseline" configuration for vim/nvim here are two examples:.
If you want a system wide "baseline" configuration for vim/nvim here are two examples:.
<syntaxHighlight lang="nix">
{ pkgs, ... }:
{
  environment.variables = { EDITOR = "vim"; };

Latest revision as of 09:45, 30 July 2024

Message definition (Vim)
If you want a system wide "baseline" configuration for vim/nvim here are two examples:.

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