Vim: Difference between revisions
imported>Mschonfinkel Added a vim-plug section and updated the Adding new plugins one |
imported>Hhm add gvim part |
||
| Line 204: | Line 204: | ||
}) | }) | ||
</syntaxHighlight> | </syntaxHighlight> | ||
== gvim and gview == | |||
<code>gvim</code> and <code>gview</code> may be installed using the <code>[https://nixos.org/nixos/packages.html#vimHugeX vimHugeX]</code> attribute name (package name <code>vim_configurable</code>). | |||
<syntaxhighlight lang=bash> | |||
$ nix-env -iA nixos.vimHugeX | |||
</syntaxhighlight> | |||