comment clipboard sharing option

This commit is contained in:
vladstojna 2023-04-18 02:07:01 +01:00 committed by vladstojna
parent dd052a01e9
commit c3fddb21bc
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ vim.o.mouse = 'a'
-- Sync clipboard between OS and Neovim. -- Sync clipboard between OS and Neovim.
-- Remove this option if you want your OS clipboard to remain independent. -- Remove this option if you want your OS clipboard to remain independent.
-- See `:help 'clipboard'` -- See `:help 'clipboard'`
vim.o.clipboard = 'unnamedplus' -- vim.o.clipboard = 'unnamedplus'
-- Enable break indent -- Enable break indent
vim.o.breakindent = true vim.o.breakindent = true