Releases: AstroNvim/astrocore
Releases · AstroNvim/astrocore
v1.6.1
1.6.1 (2024-06-20)
Bug Fixes
- rooter: add LSP client
root_dir
to roots (c8de780)
v1.6.0
1.6.0 (2024-06-07)
Features
- add
unique_list
which gets unique values from list (70e0682)
v1.5.0
1.5.0 (2024-06-03)
Features
- setup
highlighturl
capabilities on setup (3bf9e36)
Bug Fixes
- resolve
path
before running vim.ui.open
(879b67b)
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)