cmp-treesitter icon indicating copy to clipboard operation
cmp-treesitter copied to clipboard

Error executing vim.schedule lua callback: vim/shared.lua:0: after the second argument: expected table, got nil

Open kdheepak opened this issue 2 years ago • 0 comments

I occasionally will get this error. I've not really found it to be reproducible though:

Error executing vim.schedule lua callback: vim/shared.lua:0: after the second argument: expected table, got nil
stack traceback:
        [C]: in function 'error'
        vim/shared.lua: in function 'validate'
        vim/shared.lua: in function 'tbl_deep_extend'
        .../packer/start/cmp-treesitter/lua/cmp_treesitter/init.lua:19: in function 'get_keyword_pattern'
        .../nvim/site/pack/packer/start/nvim-cmp/lua/cmp/source.lua:163: in function 'callback'
        .../site/pack/packer/start/nvim-cmp/lua/cmp/utils/cache.lua:36: in function 'get_default_replace_range'
        ...e/nvim/site/pack/packer/start/nvim-cmp/lua/cmp/entry.lua:45: in function 'new'
        .../nvim/site/pack/packer/start/nvim-cmp/lua/cmp/source.lua:316: in function ''
        vim.lua: in function <vim.lua:0>

Maybe it makes sense to you?

kdheepak avatar Mar 17 '22 22:03 kdheepak