Add clipboard sync

This commit is contained in:
Kiril Kovachev 2024-06-19 00:54:55 +01:00
parent 6327c991fa
commit 599361a6b7

View File

@ -10,7 +10,7 @@ vim.opt.relativenumber = true
vim.opt.fillchars = "eob: " -- Remove the trailing ~s
vim.opt.showmode = false
vim.opt.cursorline = true
vim.opt.clipboard = 'unnamedplus'
-- Instant.nvim for Live Share function
require("instant_options")