Skip to content

Commit

Permalink
use osc if in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
davidosomething committed May 13, 2023
1 parent e877697 commit 59407f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/dko/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ return {
{
"ojroques/nvim-osc52",
enabled = function()
return os.getenv("SSH_CLIENT")
return os.getenv("SSH_CLIENT") or vim.fn.filereadable('/.dockerenv')
end,
config = function()
local function copy(lines, _)
Expand Down

0 comments on commit 59407f9

Please sign in to comment.