mirror of
https://github.com/neovim/neovim.git
synced 2026-02-09 05:18:45 +00:00
fix: misc typos #37471
This commit is contained in:
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user