dont default to sys clipboard

This commit is contained in:
Moritz Wilksch 2024-03-09 21:40:22 +01:00
parent 2702576a5a
commit 1efbc15b31
1 changed files with 1 additions and 1 deletions

View File

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