NoahELE
NoahELE
What I am suggesting is making the formatter format inconsistent indent too. (Assuming the setting is 4 spaces) Sometimes the text is written with 2-space indent. After format it will...
Oh, this is kind of tricky for me too. I didn't consider these cases. I just wonder whether this plugin can enforce a indent style just like other code formatter...
@coolaj86 I've created a PR.
> Are you calling `zoxide init` before initializing your prompt? If yes, that's probably your issue - you can fix this by moving zoxide to the end of your config...
It works after I run `pip install psycopg_binary`, maybe it should be included as a dependency?
In fact I install pgcli with `pipx`, strangely it does not install `psycopg-binary` automatically, so I have to manually inject it. However, when I test installation on a fresh venv,...
``` > python -c 'import platform; print(platform.system())' Windows ```
Same problem here, `@SneakyThrows` seems to disable the semantic highlighting inside the function.