Hi,
I often see this when I start nvim with this plugin installed:

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 = {},
},
Hi,
I often see this when I start nvim with this plugin installed:

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
I'm loading the plugin like this (immediately after
rcarriga/nvim-notifyin the list):