Separate system clipboard from nvim

This commit is contained in:
2023-09-10 22:52:50 +02:00
parent 05f216f639
commit c14ec52e8c
2 changed files with 2 additions and 5 deletions
-1
View File
@@ -41,7 +41,6 @@ vim.opt.pumblend = 10
-- pseudo transparency for floating window
vim.opt.winblend = 5
-- set nowrap
vim.opt.clipboard:append("unnamedplus")
vim.opt.matchpairs:append({ "<:>", "':'", "\":\"", })
vim.opt.fileencoding = "utf-8"
-- Only relevant with wrap enabled (default)