chore(nvim): disable tmux completion
This commit is contained in:
parent
547ec450d7
commit
3a3f6f0c1a
|
@ -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" },
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in New Issue