Skip to content

Releases: tbsklg/nvim-exec

Show code execution result in window

27 May 14:02
031010d
Compare
Choose a tag to compare

The code execution result will now be shown in a window. The output mode can be configured during nvim-exec setup.

Support typescript

21 May 19:30
640abeb
Compare
Choose a tag to compare

With this release typescript is supported.

Separate code execution from existing file content

18 May 10:34
157f53b
Compare
Choose a tag to compare

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

17 May 11:42
7d81dad
Compare
Choose a tag to compare
v.0.1.0

Execute nodejs code in a buffer