dont default to sys clipboard

pull/749/head
Moritz Wilksch 1 year ago
parent 2702576a5a
commit 1efbc15b31

@ -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

Loading…
Cancel
Save