Closed
Description
NVIM v0.9.5
Hi, plugin is installed and configured via lazy.nvim, when I start I get the following:
/foo/.config/nvim/lua/plugins/lualine.lua:33: module 'lsp-progress' not found:
^Ino field package.preload['lsp-progress']
cache_loader: module lsp-progress not found
cache_loader_lib: module lsp-progress not found
^Ino file './lsp-progress.lua'
minimal setup
return {
'nvim-lualine/lualine.nvim',
event = { "VimEnter" },
dependencies = {
'linrongbin16/lsp-progress.nvim',
},
opts = {
sections = {
lualine_c = {
require('lsp-progress').progress
},
},
}
}
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels