Generated from the main branch of ‘MiniMax’
2025-12-20
- Start using ‘mini.cmdline’.
2025-12-16
Update ‘nvim-treesitter/nvim-treesitter’ plugin to not explicitly use
mainbranch as it is now the default.Update ‘mason-org/mason.nvim’ example to use
now_if_argsinstead oflater. Otherwise LSP server installed via Mason will not yet be available if Neovim is started asnvim -- path/to/file.
2025-11-22
- Update
<Leader>fsmapping to use"workspace_symbol_live"scope for:Pick lspinstead of"workspace_symbol"
2025-10-16
Move
now_if_argsstartup helper to ‘init.lua’ as_G.Config.now_if_argsto be directly usable from other config files.Enable ‘mini.misc’ behind
now_if_argsinstead ofnow. Otherwisesetup_auto_root()andsetup_restore_cursor()don’t work on initial file(s) if Neovim is started asnvim -- path/to/file.
2025-10-13
- Initial release.