Releases: quarto-dev/quarto-nvim
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
Diagnostics and Code Hovers!
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
Add QuartoDiagnostics
command to reload diagnostics after adding a language.
Full Changelog: v0.2.0...v0.2.1
v0.2.0: Diagnostics!
Highlights
quarto-nvim now automatically adds code diagnostics for embedded languages!
What's Changed
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
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 thesetup
function). - Update plugin URL by @adrianocorrea in #3
New Contributors
- @adrianocorrea made their first contribution in #3
Full Changelog: https://github.com/quarto-dev/quarto-nvim/commits/v0.1.0