Hi I'm in the process of creating my first neovim plugin and I'm running
into some trouble testing it.What I want to do:describe('my test',
function() it('asserts correctly', function()
vim.api.nvim_feedkeys('isome text ', 't', false) local line =
vi...