dotfiles/nvim/autoload/airline
Dmytro Meleshko ca5544566a [nvim] make various airline setup improvements
1. List the extensions I use explicitly.
2. Use the `iminsert` part instead of `keymap` as it shows the short
   code from `b:keymap_name`.
3. Move the file size display part into its own "extension".
4. Update the file size part on-the-fly by using `wordcount()` not more
   frequently than 2 seconds.
5. Abuse the extension system for tweaking `maxlinenr` and `colnr`, and
   also read their real definitions.

Pretty cool, am I right?
2021-05-16 15:18:43 +03:00
..
extensions [nvim] make various airline setup improvements 2021-05-16 15:18:43 +03:00
themes [nvim] apparently usage of l: inside functions is entirely optional 2021-03-30 01:24:37 +03:00