Commit Graph

13 Commits

Author SHA1 Message Date
Dmytro Meleshko 030c018bb4 [nvim] make it so that indentLines doesn't close the intro screen 2021-05-16 15:55:17 +03:00
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 280606b2b0 [nvim] fix plugins after update 2021-05-15 20:19:39 +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 1abf65b087 [nvim] properly display wavy underlines under spelling mistakes now that I have enabled all termcap features of kitty 2021-02-08 21:51:59 +02:00
Dmytro Meleshko abde79fbf7 [nvim+zsh] fix the need for resetting FZF_DEFAULT_OPTS on Ubuntu and derivatives 2021-01-29 01:37:49 +02:00
Dmytro Meleshko 0cce46f083 [nvim] disable the po airline plugin 2021-01-12 15:06:43 +02:00
Dmytro Meleshko f9ed443e4a [nvim+zsh] disable the ugly fzf popup window and turn off rounded borders in the preview window 2020-11-04 02:09:45 +02:00
Dmytro Meleshko ce7f8a30b9 [nvim] use default coc.nvim plugin for airline 2020-03-25 21:43:27 +02:00
Dmytro Meleshko b8ba43a562 [nvim] tweak coc status in airline 2020-03-07 20:02:04 +02:00
Dmytro Meleshko 42c2d37734 [nvim] fix coc#status error/warning signs 2020-01-06 16:16:24 +02:00
Dmytro Meleshko 914f01de14 [nvim] bind F9 to :make 2019-12-19 18:56:29 +02:00
Dmytro Meleshko f0d108ab4c [nvim] put my configs in runtimepath 2019-12-15 22:20:05 +02:00
Renamed from nvim/lib/interface.vim (Browse further)