Skip to content

Commit 937d4f6

Browse files
committed
feat(minimax): sync to c419b99
1 parent 52bf09d commit 937d4f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MiniMax/configs/nvim-0.11/index.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ _G.Config.new_autocmd = function(event, pattern, callback, desc)
9595
vim.api.nvim_create_autocmd(event, opts)
9696
end
9797

98-
-- Some plugins only and 'mini.nvim' modules need setup during startup if Neovim
99-
-- is started like `nvim -- path/to/file`, otherwise delaying startup is fine
98+
-- Some plugins and 'mini.nvim' modules only need setup during startup if Neovim
99+
-- is started like `nvim -- path/to/file`, otherwise delaying setup is fine
100100
_G.Config.now_if_args = vim.fn.argc(-1) > 0 and MiniDeps.now or MiniDeps.later
101101
```
102102

@@ -698,7 +698,7 @@ later(function()
698698
-- to find textobject covering cursor, then try to find to the right.
699699
-- Although this works in most cases, some are confusing. It is more robust to
700700
-- always try to search only covering textobject and explicitly ask to search
701-
-- for next (`an`/`in`) or last (`an`/`il`).
701+
-- for next (`an`/`in`) or last (`al`/`il`).
702702
-- Try this. If you don't like it - delete next line and this comment.
703703
search_method = 'cover',
704704
})

0 commit comments

Comments
 (0)