quarto-nvim

Quarto mode for Neovim

OTHER License

Stars
347
Committers
8

Bot releases are visible (Hide)

quarto-nvim - v0.8.0

Published by github-actions[bot] over 1 year ago

0.8.0 (2023-04-09)

Features

quarto-nvim - v0.7.3

Published by github-actions[bot] over 1 year ago

0.7.3 (2023-04-04)

Bug Fixes

  • activate quarto only once per buffer (9de52c8)
  • remove debug statement (a9f9f98)
quarto-nvim - v0.7.2

Published by github-actions[bot] over 1 year ago

0.7.2 (2023-03-11)

Bug Fixes

  • fix package name for release (96f741c)
quarto-nvim - v0.7.1

Published by github-actions[bot] over 1 year ago

0.7.1 (2023-03-11)

Bug Fixes

  • format and trigger release (9e2adb0)
  • just use otter.ask_hover (31ba845)
quarto-nvim - v0.7.0

Published by github-actions[bot] over 1 year ago

0.7.0 (2023-02-15)

Features

  • use quarto filetype instead of markdown (#26) (449e877)
quarto-nvim - v0.6.0

Published by github-actions[bot] over 1 year ago

0.6.0 (2023-01-25)

Features

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