Fix typos.

This commit is contained in:
juanito87 2025-05-12 16:24:49 -03:00
parent 25148b1098
commit 8ad2208c38
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -17,4 +17,4 @@ return { -- You can easily change to a different colorscheme.
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'. -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
vim.cmd.colorscheme 'tokyonight-night' vim.cmd.colorscheme 'tokyonight-night'
end, end,
}, -- }

View File

@ -266,7 +266,7 @@ return {
}, },
} }
end, end,
}
{ -- Autocompletion { -- Autocompletion
'saghen/blink.cmp', 'saghen/blink.cmp',
event = 'VimEnter', event = 'VimEnter',
@ -365,3 +365,4 @@ return {
signature = { enabled = true }, signature = { enabled = true },
}, },
}, },
}