Disaable clipboard in vim.
This commit is contained in:
parent
c46f31862a
commit
c90ca14650
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ vim.opt.splitbelow = true
|
|||
vim.opt.splitright = true
|
||||
vim.opt.termguicolors = true
|
||||
vim.opt.writebackup = false
|
||||
vim.opt.clipboard ""
|
||||
vim.opt.mouse = ""
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.scrolloff = 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue