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
On macOS, the .viminfo is showing up in the user's home directory. This should be stored in the vim cache folder or wherever makes the most sense. Main point is to keep the $HOME directory clear of spammy dotfiles.
⏺️ Steps To Reproduce
No response
📒 Relevant Log Output
No response
💡 Possible Solution
No response
The text was updated successfully, but these errors were encountered:
The fix for .viminfo location (set viminfo+=n~/.config/vim/viminfo) is available here already. Tested this and it works (the folder .config/vim should exists for the file to be saved there).
As for the ~/.docker folder, it appears to be installed during the installation of docker-pushrm plugin. This is documented in the source repository. This is one of the locations (appears to the first folder where plugins are searched per this. That link also shows the other locations (/usr/local/lib/docker/cli-plugins & /usr/local/libexec/docker/cli-plugins, /usr/lib/docker/cli-plugins & /usr/libexec/docker/cli-plugins), and this has some more info.
docker-pushrm plugin is installed using the Taskfile here. The source repository provides an alternate location to install which is one of the locations mentioned in the docker/cli issues. Do we want to update the Taskfile to install it in a system directory instead of $HOME?
❔ What are you experiencing an issue with?
Latest Release
❔ Version
Latest
🐞 Description
On macOS, the
.viminfo
is showing up in the user's home directory. This should be stored in the vim cache folder or wherever makes the most sense. Main point is to keep the $HOME directory clear of spammy dotfiles.⏺️ Steps To Reproduce
No response
📒 Relevant Log Output
No response
💡 Possible Solution
No response
The text was updated successfully, but these errors were encountered: