Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 608 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 608 Bytes

nvim-node

nvim-node is a port of bunvim to node.

I really like the minimalist approach taken by bunvim relative to neovim node-client. I appreciate the stronger types and closer-to-the-metal, minimalist approach. It feels more like using a query-builder rather than an ORM.

However, I decided to leave bun for now since it has relatively poor support for async stack traces and debugging (stepping through async calls).