Skip to content

Commit

Permalink
fix(cwd): update on LspAttach (not sure why this is not triggered)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Nov 12, 2024
1 parent a07bfa6 commit fde2a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nvim/lua/plugins/tpipeline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function M.config()
})

-- rename tmux window with CWD
vim.api.nvim_create_autocmd("DirChanged", {
vim.api.nvim_create_autocmd({ "DirChanged", "LspAttach" }, {
callback = set_tmux_window_name_to_cwd,
group = augroup,
})
Expand Down

0 comments on commit fde2a9f

Please sign in to comment.