Releases: AstroNvim/astrocore
Releases · AstroNvim/astrocore
v1.4.0
1.4.0 (2024-05-24)
Features
- rooter: allow
rooter.ignore.servers
to be an arbitrary filter function (0283868)
- rooter: allow passing rooter configurations to rooting functions for API execution (0707cb4)
v1.3.3
1.3.3 (2024-05-13)
Bug Fixes
- rooter: detect unique LSP roots in the case of multiple language servers (c15cfb2)
v1.3.2
1.3.2 (2024-05-07)
Bug Fixes
- don't schedule functions when loading plugins (70b9a20)
v1.3.1
1.3.1 (2024-05-06)
Bug Fixes
- don't trim content by default when reading a file (c637f51)
v1.3.0
1.3.0 (2024-05-06)
Features
v1.2.2
1.2.2 (2024-04-29)
Bug Fixes
- rooter: normalization of path "/" should be "/" (60db5cc)
Reverts
- use
vim.keymap.set
defaults (cbd996e)
v1.2.1
1.2.1 (2024-04-22)
Bug Fixes
- add check for new
islist
function (248e38a)
v1.2.0
1.2.0 (2024-04-17)
Features
- allow specific window to be provided to
delete_url_match
and set_url_match
(2a77fdc)
- store current window
highlighturl
state (abe1ce8)
Bug Fixes
- toggles: toggle all windows when toggling url matching (417f798)
v1.1.3
1.1.3 (2024-04-17)
Bug Fixes
- make sure buffers are valid before checking for filetype (83e5425)
v1.1.2
1.1.2 (2024-04-09)
Bug Fixes
- add missing function mapping type (1d2b396)