Releases: AstroNvim/astrocore
Releases · AstroNvim/astrocore
v2.0.5
30 Apr 15:21
Compare
Sorry, something went wrong.
No results found
2.0.5 (2025-04-30)
Bug Fixes
rooter: improve exists function (1b96f40 )
v2.0.4
28 Apr 12:21
Compare
Sorry, something went wrong.
No results found
2.0.4 (2025-04-28)
Bug Fixes
v2.0.3
23 Apr 13:04
Compare
Sorry, something went wrong.
No results found
2.0.3 (2025-04-23)
Bug Fixes
buffer: get the session config directly from the astrocore module (89c080c )
v2.0.2
21 Apr 13:09
Compare
Sorry, something went wrong.
No results found
2.0.2 (2025-04-21)
Reverts
remove vim.lsp.foldexpr hack (6a58ab8 )
v2.0.1
09 Apr 12:55
Compare
Sorry, something went wrong.
No results found
2.0.1 (2025-04-09)
Bug Fixes
resession: prime vim.lsp.foldexpr on session restore (6e9e51a )
v2.0.0
26 Mar 18:47
Compare
Sorry, something went wrong.
No results found
2.0.0 (2025-03-26)
⚠ BREAKING CHANGES
rename vim.b.cmp_enabled to vim.b.completion
simplify diagnostic toggling to just enabled/disabled rather than various modes
allow rename_file to be passed in the new filename
remove mason module and use mason-tools-installer if available for applying mason updates
remove system_open function as one should use vim.ui.open
require Neovim v0.10
Features
add enabled function to large_buf configuration for fine grain control over what bufers get detected (396974e )
add virtual_text and virtual_lines toggles (78de20e )
allow large_buf.enabled function to modify large buffer configuration (9ac85b7 )
allow rename_file to be passed in the new filename (5da4f87 )
allow configuration of virtual text and virtual lines on startup (ea2206c )
prompt user to save file before renaming with rename_file (3a75df9 )
rename vim.b.cmp_enabled to vim.b.completion (499de90 )
set colorscheme when necessary if AstroUI is available (c78fa9c )
simplify diagnostic toggling to just enabled/disabled rather than various modes (d435d72 )
Bug Fixes
config: normalize mappings when running setup (2d03ccc )
maintain original tab ordering when renaming file (ba308ba )
rename overwrite option to force in rename_file (bc7bd35 )
validate original file exists in rename_file (8295110 )
Code Refactoring
remove mason module and use mason-tools-installer if available for applying mason updates (88c9e08 )
remove system_open function as one should use vim.ui.open (2715dbf )
require Neovim v0.10 (3690cc6 )
v1.16.0
18 Feb 16:32
Compare
Sorry, something went wrong.
No results found
1.16.0 (2025-02-18)
Features
add set_diagnostics helper function to easily change diagnostics mode (a073c79 )
v1.15.0
17 Feb 21:00
Compare
Sorry, something went wrong.
No results found
1.15.0 (2025-02-17)
Features
add rename_file method for prompting the user to rename a file (633a260 )
v1.14.0
14 Feb 18:38
Compare
Sorry, something went wrong.
No results found
1.14.0 (2025-02-14)
Features
add support for snacks.bufdelete to buffer utilities (5e26ac1 )
v1.13.2
13 Feb 19:42
Compare
Sorry, something went wrong.
No results found
1.13.2 (2025-02-13)
Bug Fixes
buffer: improve type safety for is_large (9a6ed00 )