Skip to content

Releases: jmbuhr/quarto-nvim-kickstarter

v2.5.1

03 Mar 22:54
b4b8a1a
Compare
Choose a tag to compare

2.5.1 (2024-03-03)

Bug Fixes

  • use pyright for whole workspace (might make it slower) (8a873d4)

v2.5.0

02 Mar 22:58
0f9530b
Compare
Choose a tag to compare

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

12 Feb 11:14
e718c76
Compare
Choose a tag to compare

2.4.0 (2024-02-12)

Features

  • automatically open and close reticulate python repl in R terminal when R (23c5536)
  • new image paste plugin (8486169)

v2.3.0

22 Dec 10:41
4bb2c1f
Compare
Choose a tag to compare

2.3.0 (2023-12-22)

Features

  • add ls for dot graphviz (205bcc9)
  • create new terminals in a vertical split instead of below (d4bab6c)

v2.2.0

28 Nov 10:37
af2c332
Compare
Choose a tag to compare

2.2.0 (2023-11-28)

Features

  • configure paste image plugin for quarto and add molten example (24470a6)

v2.1.0

21 Nov 11:23
fae2171
Compare
Choose a tag to compare

2.1.0 (2023-11-21)

Features

  • exempt markdown headings from ]] [[ ts textobjects jumps (c80622d)

v2.0.1

16 Nov 11:55
477952a
Compare
Choose a tag to compare

2.0.1 (2023-11-16)

Performance Improvements

  • improve pyright performance (edee5bc)

v2.0.0

15 Nov 15:47
bd3225e
Compare
Choose a tag to compare

2.0.0 (2023-11-15)

⚠ BREAKING CHANGES

  • python: back to pyright as the default ls for python

Features

  • python: back to pyright as the default ls for python (2cc48a8)

Bug Fixes

  • hide quarto magic comments from python linter warnings (5d11e60)
  • maybe fix #69 (1c2e986)

v1.0.0

12 Nov 12:49
4698975
Compare
Choose a tag to compare

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)

v0.23.2

03 Nov 13:03
f1032b4
Compare
Choose a tag to compare

0.23.2 (2023-11-03)

Bug Fixes