Commit Graph

4 Commits

Author SHA1 Message Date
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
Dmytro Meleshko 3d34200ac6 [nvim] apparently usage of l: inside functions is entirely optional 2021-03-30 01:24:37 +03:00
Dmytro Meleshko d42428538c [nvim] make the airline theme match my syntax theme even more 2021-01-20 17:37:55 +02:00
Dmytro Meleshko 857276d35e [nvim] remove airline-themes and use a custom theme instead 2019-09-06 01:03:52 +03:00