diff options
| author | phanium <91544758+phanen@users.noreply.github.com> | 2026-01-27 22:18:02 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-27 09:18:02 -0500 |
| commit | dfa5d79d05d82aeedc7c19f9b670f31e01e3aea0 (patch) | |
| tree | 22a686dc8e1ce474e447b895f520a3d6d42ae4db /runtime/example_init.lua | |
| parent | ae93639ec440796073ea77941091c3ec83905cdc (diff) | |
fix: misc typos #37471
Diffstat (limited to 'runtime/example_init.lua')
| -rw-r--r-- | runtime/example_init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/example_init.lua b/runtime/example_init.lua index 45e17f9b6b..8c27c042f8 100644 --- a/runtime/example_init.lua +++ b/runtime/example_init.lua @@ -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', { |
