All Projects → mattn → Vim Usa_president_2020

mattn / Vim Usa_president_2020

vim-usa-president-2020

Indicate USA President 2020 in Vim

vim-usa-president-2020

Usage

Set usa_president_2020#status() into you statusline like below.

set statusline=%<%f\ %h%m%r%=%-14.(%l,%c%V%)\[%{usa_president_2020#status()}\]\ %P

For lightline

let g:lightline = {
\   ...
\   'component_function': {
\     'usa_president_2020': 'usa_president_2020#status',
\   },
\ }

License

MIT

Author

Yasuhiro Matsumoto (a.k.a. mattn)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].