diff --git a/lua/vim_options.lua b/lua/vim_options.lua index e31209c..40262d3 100644 --- a/lua/vim_options.lua +++ b/lua/vim_options.lua @@ -7,10 +7,10 @@ vim.g.mapleader = " " vim.opt.breakindent = true vim.opt.number = 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.cursorline = true +vim.opt.clipboard = 'unnamedplus' -- Instant.nvim for Live Share function require("instant_options") -