Add clipboard sync
This commit is contained in:
parent
6327c991fa
commit
599361a6b7
@ -7,10 +7,10 @@ vim.g.mapleader = " "
|
|||||||
vim.opt.breakindent = true
|
vim.opt.breakindent = true
|
||||||
vim.opt.number = true
|
vim.opt.number = true
|
||||||
vim.opt.relativenumber = true
|
vim.opt.relativenumber = true
|
||||||
vim.opt.fillchars="eob: " -- Remove the trailing ~s
|
vim.opt.fillchars = "eob: " -- Remove the trailing ~s
|
||||||
vim.opt.showmode = false
|
vim.opt.showmode = false
|
||||||
vim.opt.cursorline = true
|
vim.opt.cursorline = true
|
||||||
|
vim.opt.clipboard = 'unnamedplus'
|
||||||
|
|
||||||
-- Instant.nvim for Live Share function
|
-- Instant.nvim for Live Share function
|
||||||
require("instant_options")
|
require("instant_options")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user