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
<li>Update using global variable for config as just <code>Config</code> and not <code>_G.Config</code>. This is more concise and makes it more consistent with how <code>MiniXxx</code> variables are used.</li>
<li><p>Move <code>now_if_args</code> startup helper to ‘init.lua’ as <code>_G.Config.now_if_args</code> to be directly usable from other config files.</p></li>
403
+
<li><p>Move <code>now_if_args</code> startup helper to ‘init.lua’ as <code>Config.now_if_args</code> to be directly usable from other config files.</p></li>
397
404
<li><p>Enable ‘mini.misc’ behind <code>now_if_args</code> instead of <code>now</code>. Otherwise <code>setup_auto_root()</code> and <code>setup_restore_cursor()</code> don’t work on initial file(s) if Neovim is started as <code>nvim -- path/to/file</code>.</p></li>
0 commit comments