1
0
Fork 0
Commit Graph

13 Commits (5f74fef0ed2b915c477d8c06873e8c6daec31a92)

Author SHA1 Message Date
Marco Kutscha 5c82d48f44 [Feat] Added support for custom highlight themes 2024-02-24 12:58:41 +01:00
Mist 749e8ba996
[Feat] support custom font-family for watermark and code (#21)
* [Feat] support custom font-family for watermark and code

* [Update] README
2024-02-24 19:01:39 +08:00
Mist 7963b3f2cc
[Feat] add preview_title option to configure preview page title (#20)
* [Feat] add preview_title option

* [Update] add preview_title option in document
2024-02-24 18:26:03 +08:00
Mist 1a4642657c
[Chore] remove unused comments (#15) 2024-02-23 23:05:35 +08:00
Mist d60a491d3f
[Chore] fix code style by stylua (#13) 2024-02-23 21:22:02 +08:00
Marco 600c04437c
[Fix] Fixed left to right (#11)
Fixed reversed selections not only working from bottom to top
2024-02-23 17:34:51 +08:00
Marco a9ff9852be
[Fix] Adjusted Selection Direction (#8)
Changes made: Now, when users select upward, I swapped start and end positions to match. 

Also, I noticed a bug in visual block mode, you always show the whole line instead of just the selected characters. Couldn't figure out how to fix it though, since I'm not too familiar with the Vim API :(
2024-02-23 17:23:34 +08:00
Mist 383be3a533 [Feat] finished codesnap client 2024-02-21 18:36:01 +08:00
Mist a088d8b580 [Feat] finished mvp version 2024-02-19 22:28:27 +08:00
Mist 9a73beb12f [Update] add default config option preview switch 2024-02-19 22:28:27 +08:00
Mist 42831a4907 [Feat] setup rust env for neovim plugin 2024-02-19 22:28:27 +08:00
Mist eee4e96948 [Init] setup extension config 2024-02-19 22:28:27 +08:00
Mist b5e86f5d4f
Initial commit 2024-02-13 14:05:36 +08:00