plugins.nvim-tree.view.float.enable

Tree window will be floating.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.nvim-tree.view.float.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:

plugins.nvim-tree.view.float.quitOnFocusLoss

Close the floating tree window when it loses focus.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by: