Skip to content

Releases: quarto-dev/quarto-nvim

v1.0.1

30 Jun 21:37
09fabb6
Compare
Choose a tag to compare

1.0.1 (2024-06-30)

Bug Fixes

  • use renamed table from otter.nvim. fixes #137. (c873128)

v1.0.0

29 Jun 23:02
07eb370
Compare
Choose a tag to compare

1.0.0 (2024-06-29)

⚠ BREAKING CHANGES

  • remove the need for custom otter.nvim keybindings (#135)

Features

  • remove the need for custom otter.nvim keybindings (#135) (1665721)

v0.18.2

19 Feb 22:16
a6e7452
Compare
Choose a tag to compare

0.18.2 (2024-02-19)

Bug Fixes

  • only require otter when activating (5336b86)

v0.18.1

19 Feb 14:47
fd565b9
Compare
Choose a tag to compare

0.18.1 (2024-02-19)

Bug Fixes

v0.18.0

29 Nov 15:57
0a35b38
Compare
Choose a tag to compare

0.18.0 (2023-11-29)

Features

  • configurable code runner with molten-nvim integration (#99) (eacd8ff)

Bug Fixes

  • get current bufnr in ftplugin instead of relying on 0 (af34813)
  • readme configruation (#103) (1fe0f16)
  • user commands giving bad args to run funcs (#101) (68ac6c0)

v0.17.0

08 Sep 07:54
b349b7e
Compare
Choose a tag to compare

0.17.0 (2023-09-08)

Features

  • pass arguments to quarto preview (#88) (bad6f70)

v0.16.0

27 Aug 15:12
93b0959
Compare
Choose a tag to compare

0.16.0 (2023-08-27)

Features

  • format current code chunk (4ba80ce)

v0.15.1

17 Jul 16:19
35f8603
Compare
Choose a tag to compare

0.15.1 (2023-07-17)

Bug Fixes

  • clarify autcommand usage for setting keymaps (d076de2)

v0.15.0

17 Jul 13:40
885bfed
Compare
Choose a tag to compare

0.15.0 (2023-07-16)

Features

v0.14.1

05 Jul 13:36
f24e854
Compare
Choose a tag to compare

0.14.1 (2023-07-05)

Bug Fixes

  • fix #76. Stick with vim.loop until stable release of nvim 0.10 (then it's vim.uv) (aa42597)