Skip to content

Commit

Permalink
fix(wezterm): Fix debugging logs in Wezterm plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed May 29, 2024
1 parent 3463a67 commit fc6b3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local function is_vim(pane)
end

-- this is set by the Neovim plugin on launch, and unset on ExitPre in Neovim
print('[smart-splits.nvim]: Pane:get_user_vars().IS_NVIM = ', pane.user_vars.IS_NVIM)
print('[smart-splits.nvim]: Pane:get_user_vars().IS_NVIM = ', pane:get_user_vars().IS_NVIM)
return pane:get_user_vars().IS_NVIM == 'true'
end

Expand Down

0 comments on commit fc6b3f2

Please sign in to comment.