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:

{
  col = 1;
  row = 1;
  relative = "cursor";
  border = "shadow";
  style = "minimal";
}

Declared by: