Releases: jmbuhr/quarto-nvim-kickstarter
Releases · jmbuhr/quarto-nvim-kickstarter
v2.5.1
v2.5.0
2.5.0 (2024-03-02)
Features
- add preliminary completion for observable js chunks (a9ee42d)
- example keybinding to ask R console for interactive table of (b34cc94)
- rust and norg injections (66c5fbb)
Bug Fixes
- automatic r/python switching with reticulate (bd548bf)
- set quato_r_mode buffer variable (cb64ee7)
- update img-clip plugin config for new version (#85) (d62b8a9)
Performance Improvements
- update instead of write for <c-s> keybinding (b52207c)
v2.4.0
v2.3.0
v2.2.0
v2.1.0
v2.0.1
v2.0.0
v1.0.0
1.0.0 (2023-11-12)
⚠ BREAKING CHANGES
pyright somehow manages to block the editor even when just scrolling and leads to blocking at startup.
Until this is fixed I will default to a fast but slightly
less feature-rich setup.
Note, that using the pylsp plugins for mypy and black require
additional installation steps commented in plugisn/quarto.lua
on top of the lspconfig block for pylsp.
mypy currently does not work in quarto documents, because it requires
actual files to work with, while the hidden buffers used for completion
etc. in quarto by otter.nvim are just buffers and currently not written to disk
for performance reasons.
Bug Fixes
- disable indent-blankline due to performance issues (3d7d1b4)
Performance Improvements
- replace pyright with python-lsp-server and mypy plugin (9a48780)