bunvim icon indicating copy to clipboard operation
bunvim copied to clipboard

Neovim Bun client.

Results 24 bunvim issues
Sort by recently updated
recently updated
newest added

`bun bunvim types src` doesn't throw and it should

Bumps [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) from 1 to 2. Release notes Sourced from oven-sh/setup-bun's releases. v2 oven-sh/setup-bun is the github action for setting up Bun. This release introduces support for the bun-version-file option,...

dependencies
github_actions

Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version. Release notes Sourced from typescript's releases. TypeScript 5.5.4 For release notes, check out the release announcement. For the complete list...

dependencies
javascript

Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version. Release notes Sourced from @​typescript-eslint/parser's releases. v7.18.0 7.18.0 (2024-07-29) 🚀 Features types: update ECMA versions (#9634) 🩹 Fixes eslint-plugin: [no-unnecessary-type-assertion]...

dependencies
javascript

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.0.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v8.0.0 8.0.0 (2024-07-31) 🚀 Features stricter parent types for the AST (#9560) speed up non-type-aware linting with project...

dependencies
javascript

Updates the requirements on [prettier](https://github.com/prettier/prettier) to permit the latest version. Release notes Sourced from prettier's releases. 3.3.3 🔗 Changelog Changelog Sourced from prettier's changelog. 3.3.3 diff Add parentheses for nullish...

dependencies
javascript

Bumps [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) from 3.2.4 to 4.0.0. Release notes Sourced from prettier-plugin-organize-imports's releases. 4.0.0 Version 4.0.0 upgrades/replaces the Volar packages used for Vue support, to use the latest vue-tsc package that's...

dependencies
javascript

Have you considered supporting timeouts in `attach()`? I'm doing the following, but never progressing beyond the `attach()` call. ``` import { attach } from 'bunvim'; import { spawn } from...