Releases: quarto-dev/quarto-nvim
Releases · quarto-dev/quarto-nvim
v0.14.1
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)
v0.14.0
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)
v0.13.2
0.13.2 (2023-06-21)
Performance Improvements
- don't register quarto->markdown treesitter ft (9f02823)
v0.13.0
0.13.0 (2023-06-06)
Features
- enable completion for html also if only activating
curly
chunks (27ac79f)
v0.12.0
0.12.0 (2023-06-03)
Features
- add html support through otter.nvim update (injections) (f9fbdab)
v0.11.0
0.11.0 (2023-05-26)
Features
- trigger release for otter.nvim rename and references (2c013ae)
v0.10.0
0.10.0 (2023-05-06)
Features
- QuartoSendBelow and QuartoSendRange (7226eee)
Performance Improvements
- diagnostics: initialize diagnostic namespaces once and save ids (f60eb6a)
v0.9.0
0.9.0 (2023-04-20)
Features
- QuartoSendAbove and QuartoSendAll commands to send code to (cb2bb7d)