Vim: Difference between revisions
imported>Hhm m gvim and gview: link vim_configurable too |
imported>Trusktr Add basic install, which is useful for beginners. |
||
| Line 1: | Line 1: | ||
== Using Home Manager == | == Installation == | ||
=== Basic Install === | |||
<syntaxhighlight lang="nix> | |||
environment.systemPackages = with pkgs; [ vim ]; | |||
</syntaxhighlight> | |||
or | |||
<syntaxhighlight lang="nix> | |||
environment.systemPackages = with pkgs; [ vim_configurable ]; | |||
</syntaxhighlight> | |||
=== Using Home Manager === | |||
Vim can easily be set up using [[Home Manager]]. Here's a minimal example: | Vim can easily be set up using [[Home Manager]]. Here's a minimal example: | ||