chore(nvim): disable tmux completion
This commit is contained in:
parent
547ec450d7
commit
3a3f6f0c1a
|
@ -62,7 +62,7 @@ cmp.setup({
|
|||
end,
|
||||
},
|
||||
},
|
||||
{ name = "tmux", option = { all_panes = true } },
|
||||
-- { name = "tmux", option = { all_panes = true } },
|
||||
{ name = "path" },
|
||||
{ name = "calc" },
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue