fixing clipboard

This commit is contained in:
KeeganForelight 2023-04-13 17:00:26 -04:00
parent 65a5e27bb8
commit 998e2076ea

View File

@ -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