Closed djensenius closed 1 year ago
Hello,
Yes the last commit refactored the code and the option to trim whitespaces is now the default. You can change that with:
let g:oscyank_trim = 0
Thanks, just posting to this issue for visibility, here is how I have it set up using lazy.nvim:
Thanks! Note that vim.g.oscyank_term
is not used anymore so you can safely remove it.
Note that the latest commit set the default trim option back to false
as it seems to cause confusion.
I seem to be losing my indentation and a line break when copying a full line. Was there a change recently that caused this?