plugins.nvim-tree.actions.filePopup.openWinConfig
Floating window config for file_popup. See |nvim_open_win| for more details.
You shouldn’t define "width"
and "height"
values here.
They will be overridden to fit the file_popup content.
Type: null or (attribute set)
Default:
null
Plugin default:
{
border = "shadow";
col = 1;
relative = "cursor";
row = 1;
style = "minimal";
}
Declared by: