Hi, I love the look and functionality of this config but every time I launch nvim I get the following error. I've not tried fixing it myself as I don't want to break anything.
E5113: Error while calling lua chunk: /home/pilchh/.config/nvim/lua/lsp/setup.lua:4: module 'nvim-lsp-installer' not found:
no field package.preload['nvim-lsp-installer']
no file './nvim-lsp-installer.lua'
no file '/usr/share/luajit-2.1.0-beta3/nvim-lsp-installer.lua'
no file '/usr/local/share/lua/5.1/nvim-lsp-installer.lua'
no file '/usr/local/share/lua/5.1/nvim-lsp-installer/init.lua'
no file '/usr/share/lua/5.1/nvim-lsp-installer.lua'
no file '/usr/share/lua/5.1/nvim-lsp-installer/init.lua'
no file './nvim-lsp-installer.so'
no file '/usr/local/lib/lua/5.1/nvim-lsp-installer.so'
no file '/usr/lib/lua/5.1/nvim-lsp-installer.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'require'
/home/pilchh/.config/nvim/lua/lsp/setup.lua:4: in main chunk
[C]: in function 'require'
/home/pilchh/.config/nvim/init.lua:11: in main chunk
Press ENTER or type command to continue```
Hi, I love the look and functionality of this config but every time I launch nvim I get the following error. I've not tried fixing it myself as I don't want to break anything.