Releases: AstroNvim/astrocore
Releases · AstroNvim/astrocore
v1.13.1
1.13.1 (2025-02-13)
Bug Fixes
- large_buf: no need to pass in
bufnr
data (ca7c59c)
v1.13.0
1.13.0 (2025-02-13)
Features
- large_buf: improve
is_large
API and add configurable notification on detection (e3085ab)
v1.12.2
1.12.2 (2025-02-13)
Bug Fixes
- incorrect autocommand description (d356cc5)
v1.12.1
1.12.1 (2025-02-13)
Bug Fixes
- resolve incorrect function location (not considered breaking because bug and new) (1b72dfe)
v1.12.0
1.12.0 (2025-02-12)
Features
- add
is_large_buf
to interactively check if buffer is large (7a80ad7)
- add
line_length
to large buffer detection (aa76560)
- allow disabling individual large file metrics (5463a98)
Bug Fixes
v1.11.0
1.11.0 (2024-10-28)
Features
- health: add health check for conflicting mappings (1040947)
v1.10.0
1.10.0 (2024-09-27)
Features
- add
with_file
helper to run a function on an opened file (ca2a852)
v1.9.0
1.9.0 (2024-09-19)
Features
- add
patch_func
to monkey patch into an existing function (e7d7a35)
v1.8.1
1.8.1 (2024-09-17)
Bug Fixes
- remove non-public facing
json
module as it was merged upstream (2d19ef3)
v1.8.0
1.8.0 (2024-08-29)
Features
- buffer: add utility to check if a buffer has a filetype (a00fa8c)