Releases: quarto-dev/quarto-nvim
Releases · quarto-dev/quarto-nvim
v0.8.1
v0.8.0
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.0
v0.5.3
Release the otters! 🦦
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
- Wrap path in single quotes by @felix-hof in #22
New Contributors
- @felix-hof made their first contribution in #22
Full Changelog: v0.5.1...v0.5.2
Autocompletion!
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