Jai Bansal

Results 3 comments of Jai Bansal

> You can also add `event: "BufReadPre"` to resolve the issue: > > ```lua > return { > "christoomey/vim-tmux-navigator", > event = "BufReadPre", > } > ``` Sorry I'm a...

> @jaikb in `plugins.lua`, you should have `{ "christoomey/vim-tmux-navigator", event = "BufReadPre" },` > > And the keys should be written in another file like `keymaps.lua` with this kind of...

I upgraded to `onnx=1.17.0` and that fixed the error for me. Thank you @dmitrisaberi for the suggestion!