You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everytime I press go to definition (sagafinder) the nvim-tree is auto focusing the file inside the floating window.
I'm trying to avoid this behavior:
Screen.Recording.mp4
I tried adding sagafinder, SagaFinder, Saga, etc; to the ignore_list option in nvim-tree config but it doesn't work.
return {
"nvim-tree/nvim-tree.lua",
version="*", -- using latestopts= {
-- minimal configupdate_focused_file= {
enable=true,
update_root=true,
ignore_list= { "sagafinder" }, -- adding this should prevent the behavior but it doesn't
},
},
}
Also tried printing echo &filetype to check the right value to add to the ignore_list but it prints no type in particular (typescriptreact). &buftype prints nothing.
Steps to reproduce
Check the video. Nvim-tree plugin with the basic config above is needed.
Expected behavior
Prevent the nvim-tree focusing the file inside the sagafinder floating window, a filetype or something should be provided? In order to make it work with the ignore_list in nvim-tree.
Describe the bug
Everytime I press go to definition (sagafinder) the nvim-tree is auto focusing the file inside the floating window.
I'm trying to avoid this behavior:
Screen.Recording.mp4
I tried adding
sagafinder
,SagaFinder
,Saga
, etc; to theignore_list
option in nvim-tree config but it doesn't work.Also tried printing
echo &filetype
to check the right value to add to theignore_list
but it prints no type in particular (typescriptreact).&buftype
prints nothing.Steps to reproduce
Check the video. Nvim-tree plugin with the basic config above is needed.
Expected behavior
Prevent the nvim-tree focusing the file inside the sagafinder floating window, a filetype or something should be provided? In order to make it work with the
ignore_list
in nvim-tree.Neovim version (nvim -v)
0.10.0
lspsaga commit
6f920cf
Terminal name/version
kitty 0.35.2
The text was updated successfully, but these errors were encountered: