Skip to content

Releases: quarto-dev/quarto-nvim

v0.8.1

20 Apr 11:54
34ab2dd
Compare
Choose a tag to compare

0.8.1 (2023-04-20)

Bug Fixes

v0.8.0

09 Apr 11:27
c570ab1
Compare
Choose a tag to compare

0.8.0 (2023-04-09)

Features

v0.7.3

04 Apr 21:04
4ec0ee3
Compare
Choose a tag to compare

0.7.3 (2023-04-04)

Bug Fixes

  • activate quarto only once per buffer (9de52c8)
  • remove debug statement (a9f9f98)

v0.7.2

11 Mar 12:43
91c82b9
Compare
Choose a tag to compare

0.7.2 (2023-03-11)

Bug Fixes

  • fix package name for release (96f741c)

v0.7.1

11 Mar 12:33
72a24e0
Compare
Choose a tag to compare

0.7.1 (2023-03-11)

Bug Fixes

  • format and trigger release (9e2adb0)
  • just use otter.ask_hover (31ba845)

v0.7.0

15 Feb 12:14
b44f877
Compare
Choose a tag to compare

0.7.0 (2023-02-15)

Features

  • use quarto filetype instead of markdown (#26) (449e877)

v0.6.0

25 Jan 08:32
1efde24
Compare
Choose a tag to compare

0.6.0 (2023-01-25)

Features

v0.5.3

18 Jan 13:19
Compare
Choose a tag to compare

What's Changed

  • add queries for codechunks as textobjects by @jmbuhr in #23

Full Changelog: v0.5.2...v0.5.3

Release the otters! 🦦

03 Jan 13:44
Compare
Choose a tag to compare

Parts of the plugin have been refactored into their own plugin: https://github.com/jmbuhr/otter.nvim
Furthermore, after updating otter.nvim you can now have code completion for multiple languages in the same document.

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

Autocompletion!

19 Dec 18:13
Compare
Choose a tag to compare

Autocompletion

quarto-nvim now comes with a completion source for nvim-cmp to deliver swift autocompletion for code in quarto code chunks.
It currently only works for one language in the case of multi-language documents.

What's Changed

Full Changelog: v0.3.0...v0.4.0