Skip to content

"lsp notify: test replace support" #19

Description

@Riari

Hi,

I often see this when I start nvim with this plugin installed:
Image

Happens about 30% of the time. I was getting this on nvim 0.10.0, but also on 0.11.0. If I allow it to continue, plugins seem to break until I quit and relaunch nvim (usually I have to do this multiple times before it loads successfully).

I'm using Lazy. Plugin list below in case that matters.

Installed plugins
cmp-nvim-lsp
Comment.nvim
gitsigns.nvim
lazy.nvim
mason-lspconfig.nvim
mason-nvim-dap.nvim
mason-tool-installer.nvim
mason.nvim
mini.nvim
neovim-tasks
nvim-dap
nvim-dap-lldb
nvim-dap-ui
nvim-lsp-notify
nvim-lspconfig
nvim-nio
nvim-notify
nvim-treesitter
nvim-treesitter-cpp-tools
nvim-web-devicons
overseer.nvim
palenight.nvim
plenary.nvim
popup.nvim
presence.nvim
telescope-ui-select.nvim
telescope.nvim
todo-comments.nvim
toggleterm.nvim
Unreal.nvim
vim-dispatch
vim-sleuth
vs-tasks.nvim
which-key.nvim

I'm loading the plugin like this (immediately after rcarriga/nvim-notify in the list):

  {
    'mrded/nvim-lsp-notify',
    requires = { 'rcarriga/nvim-notify' },
    opts = {},
  },

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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