Closed 9ary closed 7 months ago
Actually, I see I can use [nvim_win_get_config()](https://neovim.io/doc/user/api.html#nvim_win_get_config()) to get the focusable attribute which this plugin sets to false. I guess I need to get a filter added to nwp then.
For future reference: https://github.com/s1n7ax/nvim-window-picker/issues/67
I use nvim-window-picker to navigate splits. Currently, ts-context's windows show up in the picker. It's not terribly disrupting, but it is a little annoying. I'd like to be able to filter it out, but I can't seem to find a good way to identify the ts-c window.
Setting something like
w:isTSContextWindow
would be plenty.