1
0
Fork 0
codesnap.nvim/lua/codesnap
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
..
utils [Fix] Adjusted Selection Direction (#8) 2024-02-23 17:23:34 +08:00
client.lua [Feat] finished codesnap client 2024-02-21 18:36:01 +08:00
init.lua [Feat] finished codesnap client 2024-02-21 18:36:01 +08:00
static.lua [Feat] finished codesnap client 2024-02-21 18:36:01 +08:00