performance: schedule clipboard. Added indentation in comment
This commit is contained in:
parent
30a02d9e87
commit
3173f68245
2
init.lua
2
init.lua
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue