Keep OS clipboard separate from nvim keyboard

This commit is contained in:
Ian Roddis
2024-04-30 20:41:19 -03:00
parent 9afd942dfe
commit 804df84077
+1 -1
View File
@@ -341,7 +341,7 @@ vim.opt.undofile = true
-- Sync clipboard between OS and Neovim.
-- Remove this option if you want your OS clipboard to remain independent.
-- See `:help 'clipboard'`
vim.o.clipboard = 'unnamedplus'
-- vim.o.clipboard = 'unnamedplus'
-- Enable break indent
vim.o.breakindent = true