quarto-nvim

Quarto mode for Neovim

OTHER License

Stars
347
Committers
8

Bot releases are hidden (Show)

quarto-nvim - v0.5.3

Published by jmbuhr almost 2 years ago

What's Changed

Full Changelog: https://github.com/quarto-dev/quarto-nvim/compare/v0.5.2...v0.5.3

quarto-nvim - Release the otters! 🦦

Published by jmbuhr almost 2 years ago

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: https://github.com/quarto-dev/quarto-nvim/compare/v0.5.1...v0.5.2

quarto-nvim - Autocompletion!

Published by jmbuhr almost 2 years ago

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: https://github.com/quarto-dev/quarto-nvim/compare/v0.3.0...v0.4.0

quarto-nvim - Diagnostics and Code Hovers!

Published by jmbuhr almost 2 years ago

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: https://github.com/quarto-dev/quarto-nvim/compare/v0.2.1...v0.3.0

quarto-nvim - v0.2.1

Published by jmbuhr about 2 years ago

Add QuartoDiagnostics command to reload diagnostics after adding a language.

Full Changelog: https://github.com/quarto-dev/quarto-nvim/compare/v0.2.0...v0.2.1

quarto-nvim - v0.2.0: Diagnostics!

Published by jmbuhr about 2 years ago

Highlights

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

What's Changed

New Contributors

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

quarto-nvim - v0.1.0

Published by jmbuhr about 2 years ago

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 https://github.com/quarto-dev/quarto-nvim/pull/3

New Contributors

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