Skip to content

Commit

Permalink
fix con
Browse files Browse the repository at this point in the history
  • Loading branch information
davidosomething committed May 13, 2023
1 parent 59407f9 commit f14ca92
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") or vim.fn.filereadable('/.dockerenv')
return os.getenv("SSH_CLIENT") or vim.fn.filereadable('/.dockerenv') == 1
end,
config = function()
local function copy(lines, _)
Expand Down

0 comments on commit f14ca92

Please sign in to comment.