fix: misc typos #37471

This commit is contained in:
phanium
2026-01-27 22:18:02 +08:00
committed by GitHub
parent ae93639ec4
commit dfa5d79d05
6 changed files with 14 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ vim.o.number = true
-- option above, see `:h number_relativenumber`
vim.o.relativenumber = true
-- Sync clipboard between OS and Neovim. Schedule the setting after `UiEnter` because it can
-- Sync clipboard between OS and Neovim. Schedule the setting after `UIEnter` because it can
-- increase startup-time. Remove this option if you want your OS clipboard to remain independent.
-- See `:help 'clipboard'`
vim.api.nvim_create_autocmd('UIEnter', {