Opening file from Netrw doesn't change status in Discord
Description
When loading a complete directory in vim with nvim . and going into a file from the Netrw file browser, the discord status won't change to the opened file but keeps on Netrw with the same timer.
Neovim version
NVIM v0.8.3
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
OS information
Windows 10
Steps to reproduce
- Open console
- Go to desired folder
- Load folder into Neovim with
nvim . - Go into a file
Logs
[presence.nvim] Wrote message to pipe [presence.nvim] Currently authorizing with Discord, scheduling callback for later... [presence.nvim] Parsed filename nil with no extension [presence.nvim] Getting project name for nil... [presence.nvim] Setting activity for unnamed buffer... [presence.nvim] No project detected [presence.nvim] Sync activity to all peers... [presence.nvim] Setting Discord activity... [presence.nvim] Got nvim socket paths: {} [presence.nvim] No other remote nvim instances [presence.nvim] Got nvim socket paths: {} [presence.nvim] No other remote nvim instances [presence.nvim] Activity already set for , skipping... [presence.nvim] Wrote message to pipe [presence.nvim] Set activity in Discord for nil [presence.nvim] Handling BufAdd event... [presence.nvim] Handling BufEnter event... [presence.nvim] Currently authorizing with Discord, scheduling callback for later... [presence.nvim] Currently authorizing with Discord, scheduling callback for later... [presence.nvim] Parsed filename nil with no extension [presence.nvim] No status text for the given buffer, skipping... [presence.nvim] Parsed filename nil with no extension [presence.nvim] No status text for the given buffer, skipping... [presence.nvim] Handling FocusGained event... [presence.nvim] Currently authorizing with Discord, scheduling callback for later... [presence.nvim] Parsed filename nil with no extension [presence.nvim] No status text for the given buffer, skipping...
I second this.