mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Fix clipboard
This commit is contained in:
parent
8b966f24b9
commit
ec0023afef
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
vim.g.swap = false
|
||||
|
||||
-- Use system clipboard
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
|
||||
vim.opt.relativenumber = false
|
||||
vim.opt.colorcolumn = "100"
|
||||
vim.opt.swapfile = false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue