You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MiniMax/CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
_Generated from the `main` branch of 'MiniMax'_
2
2
3
+
## 2026-02-10 {#2026-02-10}
4
+
5
+
- Update using global variable for config as just `Config` and not `_G.Config`. This is more concise and makes it more consistent with how `MiniXxx` variables are used.
6
+
3
7
## 2026-01-29 {#2026-01-29}
4
8
5
9
- Update 'mini.completion' setup to use `now_if_args` instead of `later`. Otherwise it doesn't set proper omnifunc for files opened during startup (because necessary `LspAttach` events are already triggered).
@@ -39,7 +43,7 @@ _Generated from the `main` branch of 'MiniMax'_
39
43
40
44
## 2025-10-16 {#2025-10-16}
41
45
42
-
- Move `now_if_args` startup helper to 'init.lua' as `_G.Config.now_if_args` to be directly usable from other config files.
46
+
- Move `now_if_args` startup helper to 'init.lua' as `Config.now_if_args` to be directly usable from other config files.
43
47
44
48
- Enable 'mini.misc' behind `now_if_args` instead of `now`. Otherwise `setup_auto_root()` and `setup_restore_cursor()` don't work on initial file(s) if Neovim is started as `nvim -- path/to/file`.
0 commit comments