vim-airline 0.11-2 source package in Ubuntu
Changelog
vim-airline (0.11-2) unstable; urgency=low * Remove strict dependency on vim-addon-manager(1) and migrate to dh_vim-addon: - Remove vim-addon-manager from Depends - Remove postinst, preinst, prerm maintainer scripts or their parts calling VAM - Add dh-sequence-vim-addon to Build-Depends - Add substvar ${vim-addon:Depends} to Depends - Create file debian/vim-airline.vim-addon in the source directory - Symlink debian/vim-airline.neovim-addon if your plugin works in NeoVim - Thanks to Nicholas Guriev for this debdiff (Closes: 1015934) * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse * Update standards version to 4.6.1 * Upgrade to debhelper-compat (=13) -- Jonathan Carter <email address hidden> Tue, 02 Aug 2022 10:47:01 +0200
Upload details
- Uploaded by:
- Jonathan Carter
- Uploaded to:
- Sid
- Original maintainer:
- Jonathan Carter
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
vim-airline_0.11-2.dsc | 1.9 KiB | a81157fc12986657b1c1edb501ca2ea59d86bb6ee35228488123e336e50de3ee |
vim-airline_0.11.orig.tar.gz | 92.7 KiB | cf4d47adbf2d049cca1f102b7d10a8bd099f641aaadc112f997b39781a1e3982 |
vim-airline_0.11-2.debian.tar.xz | 2.9 KiB | c46a9b2919558d313df03b3684565bf681777ff45276176732a1ae03f75b3706 |
Available diffs
- diff from 0.11-1 to 0.11-2 (2.0 KiB)
No changes file available.
Binary packages built by this source
- vim-airline: Lean & mean status/tabline for vim that's light as air
vim-airline provides a themable vim status bar that makes use of the
powerline font. It's similar to vim-powerline, but is much simpler
since it uses pure vim configuration instead of scripting languages.
.
Some of its features:
.
* Tiny core written with extensibility in mind
* Integrates with a variety of vim plugins
* Looks good with regular fonts and provides configuration points
so you can use unicode or powerline symbols
* Optimized for speed; it typically loads in under a millisecond
.
To use the powerline fonts, add the following lines to your .vimrc:
let g:airline_powerline_ fonts = 1
.
To enable the top bar, you can add the following to your .vimrc:
let g:airline#extensions# tabline# enabled = 1