this post was submitted on 08 Aug 2023
8 points (100.0% liked)

Neovim

2185 readers
2 users here now

founded 1 year ago
MODERATORS
 

im trying to get the pyright language server working, but when i add the snippet to my init.lua, i get the following error: E5513: Error while calling lua chunk module 'lspconfig' not found. Im doing something wrong?

top 1 comments
sorted by: hot top controversial new old
[–] metiulekm 1 points 1 year ago

It seems that Neovim can't see the nvim-lspconfig plugin itself. Have you installed it? If so, how?