Sander
Sander
Haven't tested it, but the `beforeMount` or `afterMount` might be useful: ```tsx // playwright/index.tsx import { beforeMount } from '@playwright/experimental-ct-react/hooks'; beforeMount(async ({ App, hooksConfig }) => { if (hooksConfig.emailTemplate) {...
> Are you trying to define file type-specific settings for each plugin? Thanks for the reply. Yes, i was trying to implemt someting similar to LazyVim. `rust.lua` only seems to...
Sure. I wanted to organize my language-specific plugins into separate files, similar to how LazyVim does it: https://github.com/LazyVim/LazyVim/tree/main/lua/lazyvim/plugins/extras/lang Ideally, I only want these plugins to be loaded when necessary. For...
have you tried it with?: ` --binding vim`
> Ok, let's start with the first question. > > > > What is the problem with the default signs? They are not the same as other terminal apps like...
> Why not make gitsigns configurable instead of bat? It is configurable in gitsigns, but i find the line-based indicators much clearer and easier to parse visually. In my opinion...
Thanks for the replies. Not sure which plugins you're referring to, but that sounds promising! I do think debugging both UI and non-UI code is a pretty common use case....