Releases: tbsklg/nvim-exec
Releases · tbsklg/nvim-exec
Show code execution result in window
Support typescript
With this release typescript is supported.
Separate code execution from existing file content
In JavaScript, semicolons are used to end a statement, but they are not required. This can lead to execution errors. With this fix, the code execution is separated from the existing file content by a semicolon.
Execute node-js code in a buffer
v.0.1.0 Execute nodejs code in a buffer