Notes: nvim

Fix Error executing vim.schedule lua callback: ...lazy/mason-lspconfig.nvim/lua/mason-lspconfig/notify.lua :5: attempt to call field 'notify' (a nil value)

  1. Open init.vim and add this line
lua require('lspconfig').lua_ls.setup({})

Reference: Reddit

patchelf, replace pkg dependency

Replace the required dependency error in packages.

Error:

nvim: error while loading shared libraries: libmsgpackc.so.2: cannot open shared object file: No such file or directory
Read more…