clipboard setting
This commit is contained in:
parent
f84bb2fed9
commit
b7ce893ea8
3
init.lua
3
init.lua
|
@ -67,6 +67,9 @@ vim.opt.inccommand = 'split'
|
||||||
-- Show which line your cursor is on
|
-- Show which line your cursor is on
|
||||||
vim.opt.cursorline = true
|
vim.opt.cursorline = true
|
||||||
|
|
||||||
|
-- Enable unnamedplus clipboard
|
||||||
|
vim.opt.clipboard = 'unnamedplus'
|
||||||
|
|
||||||
-- Minimal number of screen lines to keep above and below the cursor.
|
-- Minimal number of screen lines to keep above and below the cursor.
|
||||||
vim.opt.scrolloff = 10
|
vim.opt.scrolloff = 10
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue