Vim/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.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

21 July 2024

  • curprev 03:1303:13, 21 July 2024Unabomberlive talk contribs 18,515 bytes −22 Created page with "=== Примеры ===" Tags: Mobile edit Mobile web edit
  • curprev 02:5202:52, 21 July 2024Unabomberlive talk contribs 18,537 bytes −56 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>"
  • curprev 02:5202:52, 21 July 2024Unabomberlive talk contribs 18,593 bytes −56 Created page with "outputs = inputs@{ nixpkgs, ... }: { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; modules = [ ./configuration.nix ./hardware-configuration.nix { nix.registry.nixpkgs.flake = nixpkgs; } ]; }; }; } </syntaxHighlight>" Tags: Mobile edit Mobile web edit
  • curprev 02:5202:52, 21 July 2024Unabomberlive talk contribs 18,649 bytes −15 Created page with "=== Vim как Python IDE ===" Tags: Mobile edit Mobile web edit
  • curprev 02:5202:52, 21 July 2024Unabomberlive talk contribs 18,664 bytes +18,664 Created page with "== Поддержка Python 3 для Vim ==" Tags: Mobile edit Mobile web edit
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)