<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Translations%3AVim%2F54%2Fru</id>
	<title>Translations:Vim/54/ru - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Translations%3AVim%2F54%2Fru"/>
	<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Vim/54/ru&amp;action=history"/>
	<updated>2026-04-07T00:23:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.0</generator>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=Translations:Vim/54/ru&amp;diff=14980&amp;oldid=prev</id>
		<title>Unabomberlive: Created page with &quot;&lt;code&gt;configuration.nix&lt;/code&gt;: &lt;syntaxHighlight lang=&quot;nix&quot;&gt; { inputs, ... }: {   nixpkgs = {     overlays = [       (self: super:         let           winresizer-vim = super.vimUtils.buildVimPlugin {             name = &quot;winresizer-vim&quot;;             src = inputs.winresizer-vim;           };         in         {           vimPlugins =             super.vimPlugins // {               inherit winresizer-vim;             };         }       )     ];   }; &lt;/syntaxHighlight&gt;&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Vim/54/ru&amp;diff=14980&amp;oldid=prev"/>
		<updated>2024-07-21T02:52:51Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;code&amp;gt;configuration.nix&amp;lt;/code&amp;gt;: &amp;lt;syntaxHighlight lang=&amp;quot;nix&amp;quot;&amp;gt; { inputs, ... }: {   nixpkgs = {     overlays = [       (self: super:         let           winresizer-vim = super.vimUtils.buildVimPlugin {             name = &amp;quot;winresizer-vim&amp;quot;;             src = inputs.winresizer-vim;           };         in         {           vimPlugins =             super.vimPlugins // {               inherit winresizer-vim;             };         }       )     ];   }; &amp;lt;/syntaxHighlight&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;code&amp;gt;configuration.nix&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;syntaxHighlight lang=&amp;quot;nix&amp;quot;&amp;gt;&lt;br /&gt;
{ inputs, ... }:&lt;br /&gt;
{&lt;br /&gt;
  nixpkgs = {&lt;br /&gt;
    overlays = [&lt;br /&gt;
      (self: super:&lt;br /&gt;
        let&lt;br /&gt;
          winresizer-vim = super.vimUtils.buildVimPlugin {&lt;br /&gt;
            name = &amp;quot;winresizer-vim&amp;quot;;&lt;br /&gt;
            src = inputs.winresizer-vim;&lt;br /&gt;
          };&lt;br /&gt;
        in&lt;br /&gt;
        {&lt;br /&gt;
          vimPlugins =&lt;br /&gt;
            super.vimPlugins // {&lt;br /&gt;
              inherit winresizer-vim;&lt;br /&gt;
            };&lt;br /&gt;
        }&lt;br /&gt;
      )&lt;br /&gt;
    ];&lt;br /&gt;
  };&lt;br /&gt;
&amp;lt;/syntaxHighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Unabomberlive</name></author>
	</entry>
</feed>