Commit graph

40 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
57c8708b7a
updated README 2021-10-18 01:42:55 +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
ece68bd965
More README update 2021-01-30 23:07:56 +01:00
dec07982d9
Update README.md 2021-01-30 23:03:58 +01:00
27315a1f8a
eww why airline, very much more generic now 2021-01-30 22:48:08 +01:00
cd6ac810fc
Update README.md 2019-11-07 06:32:28 +01:00
3a15ef8ff6
Update README.md 2019-11-07 06:30:14 +01:00
1918ccd300
Added tags file 2019-11-07 06:10:03 +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
4965743182
Updated README.md 2019-11-02 05:35:18 +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
983b6925af
Updated doc 2019-11-02 05:08: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
53aec8b53a
Updated doc with disabled filetypes 2019-10-26 16:38:46 +02:00
b9e41be00c
Updated README 2019-10-26 16:35:09 +02:00
85c413b33d
Updated doc, timeout is back to 1 second by default, minor fixes 2019-10-26 16:33:36 +02:00
ce88e430d0
Updated README 2019-10-26 16:28:14 +02:00
25c3b175a0
Update README.md 2019-10-23 00:21:16 +02:00
87a5882b3d
Forgot to change time in doc 2019-10-23 00:03:26 +02:00
07dd5d802d
Added options for 'cheaters' 2019-10-23 00:02:56 +02:00
b293e835a8
Updated doc file 2019-10-23 00:00:37 +02:00
9d34850896
Removed initial file 2019-10-22 14:59:47 +02:00
10fa4901c9
Organized the plugin structure. Added initial documentation 2019-10-22 14:58:32 +02:00
fcd5bc5f4a
Some cleanup so it's not too specific to my system 2019-10-22 12:10:00 +02:00
b8cd7ebbfa
For now it is just few lines in my vimrc 2019-10-22 12:04:54 +02:00
df50436331
Updated README 2019-10-22 12:00:29 +02:00
6f39d7b385
Initial commit 2019-10-22 11:49:56 +02:00