Releases
v2.0.0
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 )
You can’t perform that action at this time.