Bjorn Neergaard
Bjorn Neergaard
Volumes can have a custom icon set by creating `/.VolumeIcon.icns`, where `/` represents the volume root. Currently fileicon will set volume icons as it uses AppleScript, but it will return...
This fixes pyenv-virtualenv support, as the `pyenv` function would not properly call `sh-activiate` and `sh-deactivate`. Also removed an unnecessary recursion into our own function definition.
Update to match the pyenv plugin; most importantly, add a `--is-login` guard.
Is there a way I can get tagbar to open in the current window? I love the functionality but I don't always need the tagbar open and it interferes with...
This plugin unconditionally overwrites the `\t` bind. Making this configurable would allow it to be used at the same time as https://github.com/fisherman/fzf. Alternatively, the current binding of `\t` could be...
A fallback to 16 colors would be great for those of us who use a terminal with a set color scheme locally, and rely on true color for unconfigured terminals...
When two plugins exist with the `.vim` suffix, they share the same configuration file. This results in duplicate code in a `_pack.vim`. This is easily observed with `junegunn/fzf` and `junegunn/fzf.vim`
This issue tracks the removal of `get-poetry.py` from this repository. After discussion triggered by the release of 1.2.0, and an attempt to bring awareness to the deprecation of this script,...
This is a take on an alternate solution to our current embedded/in-venv pip woes: use a 'foreign' pip installed in Poetry's env to manage files in the project venv. This...
Add coverage using SonarCloud (for now, we can switch to Codecov if needed). Additionally, unify the invocation of the test suite and add pytest-clarity for local use.