Don't use "+ as default clipboard

This commit is contained in:
Fabrice Mouhartem 2023-12-24 18:03:27 +01:00
parent 7b58afb384
commit ef8f52e152

View File

@ -13,7 +13,7 @@ vim.o.mouse = 'a'
-- 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