Use the os clipboard
This commit is contained in:
parent
6dccf03fd2
commit
b855260804
3
init.lua
3
init.lua
|
@ -92,6 +92,9 @@ vim.api.nvim_create_autocmd('BufWritePost', {
|
||||||
-- [[ Setting options ]]
|
-- [[ Setting options ]]
|
||||||
-- See `:help vim.o`
|
-- See `:help vim.o`
|
||||||
|
|
||||||
|
-- Use os clipboard
|
||||||
|
vim.cmd("set clipboard+=unnamedplus")
|
||||||
|
|
||||||
-- Set highlight on search
|
-- Set highlight on search
|
||||||
vim.o.hlsearch = false
|
vim.o.hlsearch = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue