Neovim x11 clipboard integration

This commit is contained in:
Maciej Jur 2023-07-25 12:59:12 +02:00
parent be8e8b9f84
commit 04271572a1
No known key found for this signature in database
GPG key ID: ADA3BF323198C639

View file

@ -11,6 +11,9 @@ opt.expandtab = true
-- Line numbers
opt.number = true
-- Clipboard
opt.clipboard = "unnamedplus"
-- Helper punctuation
vim.opt.list = true
vim.opt.listchars = {