Closed kg8m closed 2 years ago
Hi. Thank you for this great plugin! dps-ghosttext.vim helps my Vim life.
I found a conflict with https://github.com/cohama/lexima.vim. dps-ghosttext.vim sets buftype=nofile but lexima.vim doesn't work if buftype=nofile. cf. https://github.com/cohama/lexima.vim/blob/fbc05de53ca98b7f36a82f566db1df49864e58ef/autoload/lexima/insmode.vim#L146-L148
buftype=nofile
I think there are some choices:
buftype=nowrite
User dps-ghosttext-open
I can create a pull request if you are positive the 1. or 2.. Could you please tell me your thoughts?
1.
2.
Best regards.
lexima.vim has updated and this issue is fixed now. Thank you!
cf. https://github.com/cohama/lexima.vim/commit/dce649d7637ec034ecb19bbca168aa3d561bd740
Hi. Thank you for this great plugin! dps-ghosttext.vim helps my Vim life.
I found a conflict with https://github.com/cohama/lexima.vim. dps-ghosttext.vim sets
buftype=nofile
but lexima.vim doesn't work ifbuftype=nofile
. cf. https://github.com/cohama/lexima.vim/blob/fbc05de53ca98b7f36a82f566db1df49864e58ef/autoload/lexima/insmode.vim#L146-L148I think there are some choices:
buftype=nofile
and usebuftype=nowrite
insteadUser dps-ghosttext-open
and allow users to customize the ghosttext bufferI can create a pull request if you are positive the
1.
or2.
. Could you please tell me your thoughts?Best regards.