fixing clipboard
This commit is contained in:
parent
65a5e27bb8
commit
998e2076ea
@ -10,6 +10,9 @@ vim.cmd('set guicursor=')
|
|||||||
vim.cmd('filetype plugin indent on')
|
vim.cmd('filetype plugin indent on')
|
||||||
vim.cmd('set ts=4 sts=4 sw=4 expandtab')
|
vim.cmd('set ts=4 sts=4 sw=4 expandtab')
|
||||||
|
|
||||||
|
-- clipboard
|
||||||
|
vim.cmd('set clipboard+=unamedplus')
|
||||||
|
|
||||||
-- hybrid numbering
|
-- hybrid numbering
|
||||||
vim.opt.relativenumber = true
|
vim.opt.relativenumber = true
|
||||||
vim.opt.number = true
|
vim.opt.number = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user