Skip to content

Releases: wsdjeg/code-runner.nvim

v1.1.0

23 Nov 06:09
21eda2a

Choose a tag to compare

1.1.0 (2025-11-23)

Features

  • add luarocks support (5a9647d)
  • use api functions instead of vim.cmd (0975117)

Bug Fixes

v1.0.0

30 Oct 16:02
37406ec

Choose a tag to compare

1.0.0 (2025-10-25)

Features

Bug Fixes

  • address deprecations on init.lua (8d20087)
  • init: fixed deprecations, some code improvements (d562373)
  • remove job.stop when usestdin is true (970a483)
  • replaced vim.api.buf_set_keymap with vim.keymap.set (a75a635)
  • update output buffer syntax (8993e7f)
  • use vim.cmd.<command>() when possible (5ab018a)