Most of my dotfiles are available
=> here
under control of
=> GNU Stow

Vim is used with the following plugins:

    => Abolish
        Absolute must-have. Possibly it is used not everyday, but when you
        will, you will regret its absence before.
        *Tim Pope*'s creation!

    => Commentary
        Lightweight easy to use comment in/out plugin. Very simple, small
        and perfectly working.
        *Tim Pope*'s creation!

    => Fugitive
        Very convenient plugin for working with code under Git control. It
        is a must-have for making patched adds.
        *Tim Pope*'s creation!

    => Repeat
        Must-have. Just install it and your "surround" plugin can be
        "."-repeated.
        *Tim Pope*'s creation!

    => Surround
        Absolute must-have! Probably the most important plugin and the very
        first I will advise to install. Surroundings... they are everywhere,
        especially in source code!
        *Tim Pope*'s creation!

    => Tbone
        Very helpful small plugin for integrating Vim with Tmux buffers.
        *Tim Pope*'s creation!

    => Unimpaired
        Combination of many often used triggers like enabling/disabling of
        spellcheckers, line formatting and wrapping; often used motions like
        next/previous file/buffer, patchset, tag, quickfix entry and so on.
        It is just very convenient plugin combining all of that quicker commands.
        *Tim Pope*'s creation!

    => ViewPort
        Helpful plugin for dealing with the code that is hard to navigate
        visually. For example, when there are many duplicate code or just hardly
        visible separators. The plugin creates a scratch buffer with isolated
        contents of some part of text.

    => lsp
        => LSP: client

    => traces
        Highlight patterns and ranges for ex-commands.

    => vim-rec
        recfiles related syntax highlight and command wrappers.
        => recfiles

irssi is used with the following plugins:

    => go.pl
        Quickly go to window specified with "/go whatever".

    => logresume.pl
        Show tail of the previously recorded log when opening new window.

    => nickcolor.pl
        Beauty colourized nicknames.

Z shell is used with the following:

    => zsh-autoenv
        Highly modified version of zsh-autoenv plugin, allowing automatic
        scripts execution in projects.

    => zsh-autoquoter
        Autoquote arguments for specified commands.

    => zsh-autosuggestions
        Show possible suggestion if you do history search. Very useful,
        because shows immediate effect of Up+CR keypresses.

    => zsh-syntax-highlighting
        Syntax highlighting. Very visually helpful.