We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84bb2f commit b7ce893Copy full SHA for b7ce893
init.lua
@@ -67,6 +67,9 @@ vim.opt.inccommand = 'split'
67
-- Show which line your cursor is on
68
vim.opt.cursorline = true
69
70
+-- Enable unnamedplus clipboard
71
+vim.opt.clipboard = 'unnamedplus'
72
+
73
-- Minimal number of screen lines to keep above and below the cursor.
74
vim.opt.scrolloff = 10
75
0 commit comments