diff --git a/init.lua b/init.lua index 80b00f59..6e4c6fc2 100644 --- a/init.lua +++ b/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()