Skip to content

module 'lsp-progress' not found #131

Closed
@alextrastero

Description

@alextrastero
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions