Skip to content

Releases: quarto-dev/quarto-nvim

v0.7.2

11 Mar 12:43
91c82b9

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

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

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

Choose a tag to compare

0.6.0 (2023-01-25)

Features

v0.5.3

18 Jan 13:19

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

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

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

Diagnostics and Code Hovers!

18 Dec 18:54
058c126

Choose a tag to compare

Release

This release adds the optional feature of displaying code diagnostics for code chunks and showing documentation for R, python and julia.

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

28 Aug 12:27

Choose a tag to compare

Add QuartoDiagnostics command to reload diagnostics after adding a language.

Full Changelog: v0.2.0...v0.2.1

v0.2.0: Diagnostics!

28 Aug 10:56
5023071

Choose a tag to compare

Highlights

quarto-nvim now automatically adds code diagnostics for embedded languages!
image

What's Changed

New Contributors

  • @jmbuhr made their first contribution in #6

Full Changelog: v0.1.0...v0.2.0