mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
fix(config): clipboard:get()
This commit is contained in:
parent
aa8115848d
commit
22851dce97
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ function M.init()
|
||||||
M._options.foldexpr = vim.o.foldexpr
|
M._options.foldexpr = vim.o.foldexpr
|
||||||
|
|
||||||
-- defer built-in clipboard handling: "xsel" and "pbcopy" can be slow
|
-- defer built-in clipboard handling: "xsel" and "pbcopy" can be slow
|
||||||
lazy_clipboard = vim.opt.clipboard
|
lazy_clipboard = vim.opt.clipboard:get()
|
||||||
vim.opt.clipboard = ""
|
vim.opt.clipboard = ""
|
||||||
|
|
||||||
if vim.g.deprecation_warnings == false then
|
if vim.g.deprecation_warnings == false then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue