performance: schedule clipboard. Added indentation in comment

This commit is contained in:
abeldekat 2024-07-24 19:54:44 +02:00
parent 30a02d9e87
commit 3173f68245
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ vim.opt.mouse = 'a'
vim.opt.showmode = false
-- Sync clipboard between OS and Neovim.
-- Schedule the setting after `UiEnter` because it can increase startup-time.
-- 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.schedule(function()