mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-12-25 12:14:19 +01:00
fix(config): clipboard:get()
This commit is contained in:
@@ -335,7 +335,7 @@ function M.init()
|
||||
M._options.foldexpr = vim.o.foldexpr
|
||||
|
||||
-- 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 = ""
|
||||
|
||||
if vim.g.deprecation_warnings == false then
|
||||
|
||||
Reference in New Issue
Block a user