quarto-nvim

Quarto mode for Neovim

OTHER License

Stars
347
Committers
8

Bot releases are visible (Hide)

quarto-nvim - v1.0.1 Latest Release

Published by github-actions[bot] 4 months ago

1.0.1 (2024-06-30)

Bug Fixes

  • use renamed table from otter.nvim. fixes #137. (c873128)
quarto-nvim - v1.0.0

Published by github-actions[bot] 4 months ago

1.0.0 (2024-06-29)

⚠ BREAKING CHANGES

  • remove the need for custom otter.nvim keybindings (#135)

Features

  • remove the need for custom otter.nvim keybindings (#135) (1665721)
quarto-nvim - v0.18.2

Published by github-actions[bot] 8 months ago

0.18.2 (2024-02-19)

Bug Fixes

  • only require otter when activating (5336b86)
quarto-nvim - v0.18.1

Published by github-actions[bot] 8 months ago

0.18.1 (2024-02-19)

Bug Fixes

quarto-nvim - v0.18.0

Published by github-actions[bot] 11 months ago

0.18.0 (2023-11-29)

Features

  • configurable code runner with molten-nvim integration (#99) (eacd8ff)

Bug Fixes

  • get current bufnr in ftplugin instead of relying on 0 (af34813)
  • readme configruation (#103) (1fe0f16)
  • user commands giving bad args to run funcs (#101) (68ac6c0)
quarto-nvim - v0.17.0

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

0.17.0 (2023-09-08)

Features

  • pass arguments to quarto preview (#88) (bad6f70)
quarto-nvim - v0.16.0

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

0.16.0 (2023-08-27)

Features

  • format current code chunk (4ba80ce)
quarto-nvim - v0.15.1

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

0.15.1 (2023-07-17)

Bug Fixes

  • clarify autcommand usage for setting keymaps (d076de2)
quarto-nvim - v0.15.0

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

0.15.0 (2023-07-16)

Features

quarto-nvim - v0.14.1

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

0.14.1 (2023-07-05)

Bug Fixes

  • fix #76. Stick with vim.loop until stable release of nvim 0.10 (then it's vim.uv) (aa42597)
quarto-nvim - v0.14.0

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

0.14.0 (2023-06-28)

Features

  • lsp: keybindings for ask_type_definition and ask_document_symbol (2fd6169)

Bug Fixes

  • replace deprecated vim.loop with vim.uv (1f043c8)

Performance Improvements

  • put quarto init in ftplugin instead of autocommand (1f2ccef)
quarto-nvim - v0.13.2

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

0.13.2 (2023-06-21)

Performance Improvements

  • don't register quarto->markdown treesitter ft (9f02823)
quarto-nvim - v0.13.1

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

0.13.1 (2023-06-06)

Bug Fixes

quarto-nvim - v0.13.0

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

0.13.0 (2023-06-06)

Features

  • enable completion for html also if only activating curly chunks (27ac79f)
quarto-nvim - v0.12.0

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

0.12.0 (2023-06-03)

Features

  • add html support through otter.nvim update (injections) (f9fbdab)
quarto-nvim - v0.11.0

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

0.11.0 (2023-05-26)

Features

  • trigger release for otter.nvim rename and references (2c013ae)
quarto-nvim - v0.10.1

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

0.10.1 (2023-05-20)

Bug Fixes

quarto-nvim - v0.10.0

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

0.10.0 (2023-05-06)

Features

  • QuartoSendBelow and QuartoSendRange (7226eee)

Performance Improvements

  • diagnostics: initialize diagnostic namespaces once and save ids (f60eb6a)
quarto-nvim - v0.9.0

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

0.9.0 (2023-04-20)

Features

  • QuartoSendAbove and QuartoSendAll commands to send code to (cb2bb7d)
quarto-nvim - v0.8.1

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

0.8.1 (2023-04-20)

Bug Fixes

  • quarto preview in Windows/PowerShell (#53) (8980f73) by @winter-again