plugins.nvim-tree.view.float.enable

Tree window will be floating.

Plugin default: false

Type: null or boolean or raw lua code

Default: null

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.

Plugin default:

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

Type: null or (attribute set)

Default: null

Declared by:

plugins.nvim-tree.view.float.quitOnFocusLoss

Close the floating tree window when it loses focus.

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by: