Ben Bachem
Ben Bachem
Hey @SanderCokart. There is a configuration option on most of the rules called "callees" ([See here](https://github.com/francoismassart/eslint-plugin-tailwindcss/blob/master/docs/rules/no-custom-classname.md#callees-default-classnames-clsx-ctl-cva-tv)) By using it, you should be able to get the rules to work with...
I think this is a duplicate of https://github.com/francoismassart/eslint-plugin-tailwindcss/issues/175
I can confirm this issue as well. I created https://github.com/bezbac/zellij-tabula about a year ago and have been using it since then, encountering the bug mentioned here almost daily. Killing and...
I've been using Dance with a custom helix-like set of keybindings for more than a year now, and I just wanted to thank everybody involved in getting this PR merged!...
Hi! Just FYI, it's already possible to customise this (albeit a little hacky) using a library such as https://github.com/be5invis/vscode-custom-css. Screenshots: Here is the css styles I use myself: ``` #gregoire\.dance...
I believe that this was previously discussed in [#189](https://github.com/71/dance/issues/189), and as you suggested, this can be done using a disabled mode. See: https://github.com/71/dance/issues/189#issuecomment-898893176
I found this comment in the fig repo, which at least for me also seems to work with inshellisense: https://github.com/withfig/fig/issues/2199#issuecomment-1631111823 ```zsh if [[ -n "${ZELLIJ}" ]]; then export TMUX="true" fi...