Vim/ru: Difference between revisions
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>" |
Created page with "=== Примеры ===" Tags: Mobile edit Mobile web edit |
||
| Line 240: | Line 240: | ||
</div> | </div> | ||
< | <span id="Examples"></span> | ||
=== | === Примеры === | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||