Skip to content

Instantly share code, notes, and snippets.

@kdheepak
Created March 11, 2022 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kdheepak/bcc0e1c10c546e3eaa28278292f9532e to your computer and use it in GitHub Desktop.
Save kdheepak/bcc0e1c10c546e3eaa28278292f9532e to your computer and use it in GitHub Desktop.
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>
"scripts/main.jl" 168L, 5111C written
Press ENTER or type command to continue
@kdheepak
Copy link
Author

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>
vim.lsp.buf.formatting_sync: timeout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment