diff --git a/nvim/lua/global.lua b/nvim/lua/global.lua index c9fc5ad..bf0e578 100644 --- a/nvim/lua/global.lua +++ b/nvim/lua/global.lua @@ -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 = {