259:25fdca9c13ed
Anton Shestakov <av6@dwimlabs.net>, Thu, 19 Jan 2023 22:25:20 +0400
.vimrc: use airline's tabline extension instead of minibufexplorer minibufexplorer is causing vim to occasionally spew errors when using completeopt=popup.

previous change 253:c5a20fa03fe4

etc/apt/apt.conf.d/95local

Permissions: -rw-r--r--

Other formats: Feeds:
// Do not consider recommended packages as a dependency for installing.
APT::Install-Recommends "no";
// Never include phased updates.
APT::Get::Never-Include-Phased-Updates "yes";
// Packages that are locally installed are excluded from cleaning.
APT::Clean-Installed "no";
// Keep packages that are successfully installed by apt(8) specifically.
Binary::apt::APT::Keep-Downloaded-Packages "yes";