diff --git a/lua/user/options.lua b/lua/user/options.lua index 39d0658..e898977 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -45,3 +45,7 @@ vim.opt.fillchars = [[eob: ,fold: ,foldopen:,foldsep: ,foldclose:]] vim.cmd("set whichwrap+=<,>,[,],h,l") vim.cmd([[set iskeyword+=-]]) vim.cmd([[set formatoptions-=cro]]) + +vim.cmd( + "let g:clipboard = { 'copy': { '+': 'xsel', '*': 'xsel' }, 'paste': { '+': 'xsel', '*': 'xsel' }, 'cache_enabled': 0 }" +)