EtiamNullam / deferred-clipboard.nvim

Keep clipboard in sync with Neovim without the peformance hit.
73 stars 2 forks source link

feat: Check for existence of focus events instead of using autocmd #3

Closed Taaqif closed 1 year ago

Taaqif commented 1 year ago

Attempt to address #2

Taaqif commented 1 year ago

Thanks for the suggestions! I realise now that this implementation does not address the issue appropriately as mentioned in #2, the exists command does not inform us if the terminal has the needed support so more thought needs to go into this.

I will close this PR and continue any discussion on possible solutions in the issue thread.