mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 16:48:58 +02:00
clipboard setting
This commit is contained in:
parent
f84bb2fed9
commit
b7ce893ea8
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
@ -67,6 +67,9 @@ vim.opt.inccommand = 'split'
|
|||
-- Show which line your cursor is on
|
||||
vim.opt.cursorline = true
|
||||
|
||||
-- Enable unnamedplus clipboard
|
||||
vim.opt.clipboard = 'unnamedplus'
|
||||
|
||||
-- Minimal number of screen lines to keep above and below the cursor.
|
||||
vim.opt.scrolloff = 10
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue