Commit graph

21 commits

Author SHA1 Message Date
f29b0888e0
feat: rewrote the plugin in lua too, use lua if nvim 2022-07-13 23:53:18 +02:00
3cbdc23a90
count combo also when there's a visible popup 2021-10-23 15:28:33 +02:00
3e0e8dc077
added default g:combo_file 2021-10-19 14:30:08 +02:00
542f3b1832
sorted stuff 2021-10-18 01:31:08 +02:00
9f12726025
Improvements to filetype detection, plugin loading
- Create .vim folder too if missing
- Use filetype to categorize combo instead of file extension (this will
  reset some combo counters, such as python: py.cmb -> python.cmb)
- Reload combo stats upon filetype change
- Check if combo tracking is already loaded on script start (to prevent
  multiple instances when sourcing vimrc again)
- More verbose g:combo (access numbers directly at g:combo_counter and
  g:best_combo)

To fix any lost combo score, rename the file accordingly in
~/.vim/.combo
2021-10-18 00:45:46 +02:00
a7fc88de04
won't allow to disable combo on specific filetypes for the time being 2021-02-21 21:08:21 +01:00
08201add5c
auto create .combo folder if missing 2021-02-21 21:05:21 +01:00
819531a2da
fix : variable g:combo_file was not expanded 2021-01-31 16:43:56 +01:00
b2d615760d
fix for files without extension 2021-01-31 03:10:44 +01:00
27315a1f8a
eww why airline, very much more generic now 2021-01-30 22:48:08 +01:00
69a78b724f
BS does not increase combo anymore by default. Small fixes. 2019-11-07 06:00:19 +01:00
93b1f9003f
Removed combo bar, added combo colors, changed format, added Cheated() function (to revert last best score) 2019-11-06 22:27:35 +01:00
39a1b658c6
Changed bar char 2019-11-02 05:26:40 +01:00
8e52d7716d
Added ignored files 2019-11-02 05:22:03 +01:00
a2779319fe
Added combo bar 2019-11-02 05:00:46 +01:00
6d5f180e77
Added optional remap for BS cheating 2019-11-02 02:50:45 +01:00
1107b8460e
Added per file tracking 2019-11-02 02:33:20 +01:00
b6a5636325
Updated combo tracking method! 2019-11-02 00:39:34 +01:00
85c413b33d
Updated doc, timeout is back to 1 second by default, minor fixes 2019-10-26 16:33:36 +02:00
07dd5d802d
Added options for 'cheaters' 2019-10-23 00:02:56 +02:00
10fa4901c9
Organized the plugin structure. Added initial documentation 2019-10-22 14:58:32 +02:00