You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error that could occur at startup if vim.fn.stdpath('data') returned a
path with consecutive path separators (e.g. /home/user//.local/share/nvim)
([#30][pr-30]);
A panic that could occur if the file associated with a watched buffer was
modified outside of Neovim ([#25][pr-25]);