GNRSN

Results 5 issues of GNRSN

Creating this as a separate issue following [discussion](https://github.com/neovide/neovide/issues/2304#issuecomment-1911294295) in #2304 **Is your feature request related to a problem? Please describe.** `vim.g.neovide_transparency` controls background transparency but setting it to 0 removes...

enhancement

**Is your feature request related to a problem? Please describe.** We're opting in to the new eslint flat config which includes many benefits, for our case especially as it allows...

Hi, just started exploring dprint and tried this extension, formatting the document works fine but when I try to format a selection VScode complains about dprint not being a valid...

### Language affected Javascript ### Description The jsdoc format for javascript supports adding types, including writing typescript inside the comment which can be used by the typescript compiler to typecheck...

bug

Essentially [eslint-plugin-no-only-tests](https://www.npmjs.com/package/eslint-plugin-no-only-tests) for vitest, prevent accidentally running `it.only`, `describe.only` etc in CI