Merge 'upstream/master' chore: fix typos

This commit is contained in:
Damjan 9000
2024-03-01 23:11:08 +01:00
7 changed files with 9 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ return {
-- Better Around/Inside textobjects
--
-- Examples:
-- - va) - [V]isually select [A]round [)]parenthen
-- - va) - [V]isually select [A]round [)]paren
-- - yinq - [Y]ank [I]nside [N]ext [']quote
-- - ci' - [C]hange [I]nside [']quote
require('mini.ai').setup { n_lines = 500 }
@@ -23,7 +23,7 @@ return {
local statusline = require 'mini.statusline'
statusline.setup()
-- You can confiure sections in the statusline by overriding their
-- You can configure sections in the statusline by overriding their
-- default behavior. For example, here we disable the section for
-- cursor information because line numbers are already enabled
---@diagnostic disable-next-line: duplicate-set-field