Christopher Lawrence

Results 3 comments of Christopher Lawrence
trafficstars

This might be slightly off-topic, but I would like to point out that adding the `@types/chrome` was not enough for me with a clean install of the `solidjs/templates/ts` template. My...

It doesn't look like Trouble supports this, but you can use `vim.diagnostic.open_float` to do this. Here is my keymap, hope it helps: ``` vim.keymap.set("n", "vd", vim.diagnostic.open_float, opts) ```

I have also have run into this issue. This definitely seems to be specific to Windows since I have never run into this on my macbook. I also have a...