3.0.0 (2024-03-04)
- big spring cleaning (#87)
2.5.1 (2024-03-03)
- use pyright for whole workspace (might make it slower) (8a873d4)
2.5.0 (2024-03-02)
- add preliminary completion for observable js chunks (a9ee42d)
- example keybinding to ask R console for interactive table of (b34cc94)
- rust and norg injections (66c5fbb)
- automatic r/python switching with reticulate (bd548bf)
- set quato_r_mode buffer variable (cb64ee7)
- update img-clip plugin config for new version (#85) (d62b8a9)
- update instead of write for <c-s> keybinding (b52207c)
2.4.0 (2024-02-12)
- automatically open and close reticulate python repl in R terminal when R (23c5536)
- new image paste plugin (8486169)
2.3.0 (2023-12-22)
- add ls for dot graphviz (205bcc9)
- create new terminals in a vertical split instead of below (d4bab6c)
2.2.0 (2023-11-28)
- configure paste image plugin for quarto and add molten example (24470a6)
2.1.0 (2023-11-21)
- exempt markdown headings from
]]
[[
ts textobjects jumps (c80622d)
2.0.1 (2023-11-16)
- improve pyright performance (edee5bc)
2.0.0 (2023-11-15)
- python: back to pyright as the default ls for python
- python: back to pyright as the default ls for python (2cc48a8)
1.0.0 (2023-11-12)
- pyright somehow manages to block the editor even when just scrolling and leads to blocking at startup.
- disable indent-blankline due to performance issues (3d7d1b4)
- replace pyright with python-lsp-server and mypy plugin (9a48780)
0.23.2 (2023-11-03)
- tmux version check (0a3d522)
0.23.1 (2023-10-29)
0.23.0 (2023-10-28)
- implement many tweaks from dev and format with stylua (e903301)
- test image.lua requirements (f6a6059)
- add example for custom yaml schema (d2e3d5e)
0.22.4 (2023-10-17)
0.22.3 (2023-09-28)
0.22.2 (2023-09-15)
- make neotest quit keymap buffer local (fc9b431)
0.22.1 (2023-08-29)
0.22.0 (2023-08-27)
- editing: wrap markdown by words (4ae6c9f)
- format code chunk in qmd document (4ae6c9f)
- preview equations (4ae6c9f)
- theme: add onedark (4ae6c9f)
- cleanup (f2bc9af)
0.21.0 (2023-07-28)
- nvim-spectre for global search and replace (f441014)
0.20.1 (2023-07-17)
- fix on_attach (ba10d9e)
0.20.0 (2023-07-17)
0.19.1 (2023-07-11)
- don't use version restriction for now until more widespread (8367109)
0.19.0 (2023-07-05)
- symbol outline (lazyloaded) (5e7eb0c)
0.18.3 (2023-07-03)
- back to vim.loop instead of vim.uv until nvim v0.10 is released (1f14aa1)
0.18.2 (2023-07-03)
0.18.1 (2023-06-30)
- luasnip package.json (eaf9688)
0.18.0 (2023-06-30)
- highlight code chunks with headlines.nvim (7eb3d01)
- keys: next/previous quickfix item (c2f0ae0)
- show more of the file path in windowline (8ee2436)
0.17.0 (2023-06-28)
- keybindings for qmd document_symbols and type_definition (c99a52c)
0.16.1 (2023-06-27)
- ts textobjects for plain python/r file code chunks (24021b8)
0.16.0 (2023-06-27)
0.15.0 (2023-06-24)
0.14.2 (2023-06-16)
0.14.1 (2023-06-07)
- properly use vim slime ipython pause (378b376)
0.14.0 (2023-06-06)
- revert to only completing curly code chunks, but also add html (fa372b6)
0.13.0 (2023-06-05)
- enable completion for all chunks by default (15023f2)
0.12.0 (2023-06-03)
- add leap.nvim (ef6fdde)
- disable slower plugins by default (7912423)
0.11.0 (2023-05-26)
- set up keymap for rename and references in qmd (4ce8272)
- overwrite less markdown queries (2594395)
- r: disable rich documentation (=> pure markdown) (9ed4a37)
- resume showing gitignored files for find files (102fdf3)
0.10.0 (2023-05-05)
- make pyright less hungry (57b1d7b)
0.9.1 (2023-05-01)
- more robust vim-slime cell delimiter detection (fa7f21c)
0.9.0 (2023-04-24)
- opt: ltex (e17573d)
Thanks to @sondalex for the suggestion!
0.8.1 (2023-04-22)
- add coj keybinding to insert julia code chunk (64fdafd)
0.8.0 (2023-04-20)
0.7.0 (2023-04-20)
- add keybindings to add different code chunks (f2cd9d6)
- re-introduce codechunk textobjects to jump to (cb06ff7)
- don't autopair backticks (5b0ed1f)
0.6.0 (2023-04-09)
- add kebinding to mark and switch between terminal targets (d2492ef)
- show optional features (1487088)
- use ipython cpaste when in python code chunk (0756a76)
0.5.0 (2023-03-28)
- spellchecking exceptions for links (55b62ae)
0.4.0 (2023-03-16)
- add bash language server (96af1a1)
0.3.1 (2023-03-11)
- also add marksman config example (126937d)