-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi, I wanted to give your plugin a try but experienced an issue. I'm quite new to nvim so I might have written something wrong.
I'm using lazy.nvim and this is the relevant config:
{
'doums/tenaille.nvim',
config = function()
require('tenaille').setup()
end
}Whenever I select some text and type <Leader>" I get this error:
E5108: Error executing lua: .../share/nvim/lazy/tenaille.nvim/lua/tenaille/tenaille.lua:37: attempt to call field 'iter' (a nil value)
stack traceback:
.../share/nvim/lazy/tenaille.nvim/lua/tenaille/tenaille.lua:37: in function 'get_selection'
.../share/nvim/lazy/tenaille.nvim/lua/tenaille/tenaille.lua:177: in function 'wrap'
.../share/nvim/lazy/tenaille.nvim/lua/tenaille/tenaille.lua:222: in function <.../share/nvim/lazy/tenaille.nvim/lua/tenaille/tenaille.lua:221>
I'm using nvim 0.9.4.
Metadata
Metadata
Assignees
Labels
No labels