Skip to content

Releases: quarto-dev/quarto-nvim

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

Diagnostics and Code Hovers!

18 Dec 18:54
058c126
Compare
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
Compare
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
Compare
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

v0.1.0

26 Aug 14:57
Compare
Choose a tag to compare

What's Changed

  • The terminal buffer hosting QuartoPreview will now close automatically when the original qmd file buffer or neovim is closed (this can be disabled via config in the setup function).
  • Update plugin URL by @adrianocorrea in #3

New Contributors

Full Changelog: https://github.com/quarto-dev/quarto-nvim/commits/v0.1.0