Use the os clipboard
This commit is contained in:
parent
6dccf03fd2
commit
b855260804
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
@ -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…
Add table
Reference in a new issue