lvim disable clipboard

D4VID 2 years ago
parent bcfda47358
commit 06a5e548e3

@ -10,6 +10,7 @@ vim.opt.relativenumber = true -- relative line numbers
vim.opt.wrap = true -- wrap lines vim.opt.wrap = true -- wrap lines
vim.opt.smartcase = true vim.opt.smartcase = true
vim.opt.mouse = "" vim.opt.mouse = ""
vim.opt.clipboard = ""
lvim.plugins = { lvim.plugins = {

Loading…
Cancel
Save