fix: reenable copying to system clipboard
This commit is contained in:
parent
05ded629ca
commit
61bd36fd2f
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -57,6 +57,6 @@ vim.g.signcolumn = "yes"
|
||||||
|
|
||||||
vim.g.mapleader = " "
|
vim.g.mapleader = " "
|
||||||
|
|
||||||
vim.g.clipboard = "unnamedplus"
|
vim.o.clipboard = "unnamedplus"
|
||||||
|
|
||||||
require("plugins")
|
require("plugins")
|
||||||
|
|
Loading…
Add table
Reference in a new issue