AckslD / nvim-neoclip.lua

Clipboard manager neovim plugin with telescope integration
931 stars 19 forks source link

Persistence feature not working. #115

Closed theTechGoose closed 5 months ago

theTechGoose commented 5 months ago

here is the config: { lazy = false, "AckslD/nvim-neoclip.lua", dependencies = { lazy = false, 'kkharji/sqlite.lua', module = 'sqlite' }, config = function() require('neoclip').setup() end }

I have sqlite installed

image
theTechGoose commented 5 months ago

I needed to enable it in the setup function