Skip to content

Releases: quarto-dev/quarto-nvim

v0.18.2

19 Feb 22:16
a6e7452

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

Choose a tag to compare

0.18.1 (2024-02-19)

Bug Fixes

v0.18.0

29 Nov 15:57
0a35b38

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

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

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

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

Choose a tag to compare

0.15.0 (2023-07-16)

Features

v0.14.1

05 Jul 13:36
f24e854

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)

v0.14.0

28 Jun 11:39
dad4b95

Choose a tag to compare

0.14.0 (2023-06-28)

Features

  • lsp: keybindings for ask_type_definition and ask_document_symbol (2fd6169)

Bug Fixes

  • replace deprecated vim.loop with vim.uv (1f043c8)

Performance Improvements

  • put quarto init in ftplugin instead of autocommand (1f2ccef)

v0.13.2

21 Jun 12:44
d814efc

Choose a tag to compare

0.13.2 (2023-06-21)

Performance Improvements

  • don't register quarto->markdown treesitter ft (9f02823)