Use the os clipboard

pull/77/head
godalming123 3 years ago committed by GitHub
parent 6dccf03fd2
commit b855260804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -92,6 +92,9 @@ vim.api.nvim_create_autocmd('BufWritePost', {
-- [[ Setting options ]]
-- See `:help vim.o`
-- Use os clipboard
vim.cmd("set clipboard+=unnamedplus")
-- Set highlight on search
vim.o.hlsearch = false

Loading…
Cancel
Save