Jump to content

Translations:Vim/54/ru: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 July 2024

  • curprev 02:5202:52, 21 July 2024 Unabomberlive talk contribs 472 bytes +472 Created page with "<code>configuration.nix</code>: <syntaxHighlight lang="nix"> { inputs, ... }: { nixpkgs = { overlays = [ (self: super: let winresizer-vim = super.vimUtils.buildVimPlugin { name = "winresizer-vim"; src = inputs.winresizer-vim; }; in { vimPlugins = super.vimPlugins // { inherit winresizer-vim; }; } ) ]; }; </syntaxHighlight>"