Archived
0
0
Fork 0

disable forcing xsel

This commit is contained in:
Daryl Ronningen 2022-09-06 22:54:13 -07:00
parent 0137ffed8f
commit a58bc415f4

View file

@ -49,7 +49,3 @@ vim.cmd("set iskeyword+=-")
vim.cmd("set formatoptions-=cro")
vim.cmd("set foldmethod=expr")
vim.cmd("set foldexpr=nvim_treesitter#foldexpr()")
vim.cmd(
"let g:clipboard = { 'copy': { '+': 'xsel', '*': 'xsel' }, 'paste': { '+': 'xsel', '*': 'xsel' }, 'cache_enabled': 0 }"
)