AckslD / nvim-neoclip.lua

Clipboard manager neovim plugin with telescope integration
995 stars 20 forks source link

Spelling of enable_persistant_history #44

Closed pjcj closed 2 years ago

pjcj commented 2 years ago

I suppose that enable_persistant_history should really be spelt enable_persistent_history.

Not a big deal but it shows up as a spelling mistake in my config file :)

AckslD commented 2 years ago

Woops haha, thanks for reporting this. I opened #45 as a fix. enable_persistant_history is still supported but gives a warning cause I didn't want to break things for others due to this spelling mistake :)

pjcj commented 2 years ago

Thank you!