Vim: Difference between revisions
imported>Makefu m strings for vim plugins are deprecated in home-manager |
imported>Garbas mNo edit summary |
||
| Line 206: | Line 206: | ||
== gvim and gview == | == gvim and gview == | ||
<code>gvim</code> and <code>gview</code> may be installed using the <code>[https://nixos.org/ | <code>gvim</code> and <code>gview</code> may be installed using the <code>[https://search.nixos.org/packages/?query=vimHugeX vimHugeX]</code> attribute name (package name <code>[https://search.nixos.org/packages/?query=vim_configurable vim_configurable]</code>). | ||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
$ nix-env -iA nixos.vimHugeX | $ nix-env -iA nixos.vimHugeX | ||