Vim: Difference between revisions

imported from old wiki (Remove outdated docs about adding new plugins and point to corresponding section in nixpkgs)
drop 24.05 compat
Line 26: Line 26:
     package = pkgs.vim_configurable;
     package = pkgs.vim_configurable;
   };
   };
</syntaxhighlight>
<translate>
<!--T:75-->
On 24.05 or older:
</translate>
<syntaxhighlight lang="nix>
  environment.systemPackages = with pkgs; [ vim ];
</syntaxhighlight>
</syntaxhighlight>
<translate>
<translate>