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
I use dotbot to manage my config files. It basically create symbolic links from my dotfiles directory (~/.dotfiles) to wherever the file should go. Today when inspecting how was my progress in setting up some configs for neovim I realized there was an issue with some of the heartbeats. The file being reported is the destination path and not the place of the original file. Even though I am running neovim from my dotfiles directory and neovim reports the file paths as being from the dotfiles directory, I get shown in the logs a file from ~/.config directory.
This issue probably appeared recently, as I havent changed my workflow nor the config file wakatime and I have 'valid' heartbeats from yesterday.
I use dotbot to manage my config files. It basically create symbolic links from my dotfiles directory (
~/.dotfiles
) to wherever the file should go. Today when inspecting how was my progress in setting up some configs for neovim I realized there was an issue with some of the heartbeats. The file being reported is the destination path and not the place of the original file. Even though I am running neovim from my dotfiles directory and neovim reports the file paths as being from the dotfiles directory, I get shown in the logs a file from~/.config
directory.This issue probably appeared recently, as I havent changed my workflow nor the config file wakatime and I have 'valid' heartbeats from yesterday.
Environment:
Logs:
(output of
:lua print(vim.api.nvim_buf_get_name(0))
)The text was updated successfully, but these errors were encountered: