summaryrefslogtreecommitdiff
path: root/lua/tjk/options.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/tjk/options.lua')
-rw-r--r--lua/tjk/options.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/tjk/options.lua b/lua/tjk/options.lua
index 782c2ea..ee407f6 100644
--- a/lua/tjk/options.lua
+++ b/lua/tjk/options.lua
@@ -46,4 +46,6 @@ if os.getenv "TERM" == "linux" then
vim.cmd.colorscheme "vim"
vim.o.termguicolors = false
vim.o.list = false
+else
+ vim.g.clipboard = "osc52" -- force osc52 support for copying to clipboard in remote terminals. # TODO this should be auto-detected
end