chore(nvim): disable tmux completion

This commit is contained in:
Rob Watson 2023-10-22 07:55:18 +02:00
parent 547ec450d7
commit 3a3f6f0c1a
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ cmp.setup({
end, end,
}, },
}, },
{ name = "tmux", option = { all_panes = true } }, -- { name = "tmux", option = { all_panes = true } },
{ name = "path" }, { name = "path" },
{ name = "calc" }, { name = "calc" },
}), }),