Skip to content

Commit

Permalink
Disable clipboard cache in WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
phelipetls committed Apr 22, 2024
1 parent 83592a4 commit f251082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/init.lua
Expand Up @@ -176,7 +176,7 @@ if vim.fn.has("wsl") == 1 then
["+"] = "win32yank.exe -o --lf",
["*"] = "win32yank.exe -o --lf",
},
cache_enabled = 1
cache_enabled = 0
}
else
vim.g.clipboard = {
Expand Down

0 comments on commit f251082

Please sign in to comment.