Commit graph

21 commits

Author SHA1 Message Date
9444b5df95
refactor: move away from depreated neovim API functions 2024-05-19 02:33:52 +03:00
30a4c18276
feat: set specs ft 2024-05-19 02:31:49 +03:00
edluffy
2743e412bb fix: disable specs when in cmd-line, closes #21 2022-09-20 15:11:29 +01:00
edluffy
6fbdb0fe1f
Merge pull request #19 from aileot/fix/calc-in-apparent-height
Fix: get jump distance in apparent cursor height
2022-09-03 14:28:25 +01:00
aileot
0dc1b4acaf Fix: get jump distance in apparent cursor height
This commit will stop unexpected flashes when cursor moves around folded
lines.
2022-09-02 21:23:23 +09:00
Thomas Ingham
c61eac8eaf Actually made it work.. nice. 2022-08-31 14:16:46 -04:00
Thomas Ingham
5e2dd8ee92 Attempting to add per-instance options 2022-08-31 13:18:38 -04:00
edluffy
a62319a224 feat: add option to toggle 2021-05-05 15:46:06 +01:00
August Masquelier
bd6af0a28a Add ability to not show specs based on buffer/file type. 2021-04-02 14:44:54 -06:00
August Masquelier
7229d48b51 Circumvent nvim segmentation fault by avoiding operations on highlights in unfocused windows. 2021-04-02 14:16:22 -06:00
edluffy
0efbbaf5ee Fix - disable popup in 'nofile' buffer types 2021-03-29 19:49:24 +01:00
edluffy
ba3471c804 Implement 'winhl' user option 2021-03-23 23:31:18 +00:00
edluffy
5a6c375b80 Cleanup + remove win_id args 2021-03-17 17:46:39 +00:00
edluffy
55ff1ece72 Rewrite logic for faders and resizers 2021-03-17 17:29:19 +00:00
edluffy
2c5d518427 Add some default opts 2021-03-17 01:57:41 +00:00
edluffy
aa5bd1fba4 Add new exponential fader 2021-03-15 16:35:25 +00:00
edluffy
29a51d432c New features: pulse fader, empty resizer 2021-03-15 02:46:07 +00:00
edluffy
432fb1195e Huge speed boost: reduced calls to vim.api when fading/resizing 2021-03-15 00:31:22 +00:00
edluffy
f831f471fd Fix glitch where popup stays permanently 2021-03-14 22:21:26 +00:00
edluffy
de54b04bae Add user options + popup on cursor jump 2021-03-14 19:18:18 +00:00
edluffy
0450c1008c Add first faders/resizers 2021-03-14 02:13:40 +00:00