comment clipboard sharing option
This commit is contained in:
parent
dd052a01e9
commit
c3fddb21bc
2
init.lua
2
init.lua
|
@ -240,7 +240,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
|
||||
|
|
Loading…
Reference in New Issue