# tmuxp.plugin.Config

- **Module:** tmuxp.plugin
- **Package:** tmuxp
- **Language:** Python
- **Kind:** class
- **Source:** https://github.com/tmux-python/tmuxp/blob/153acdf6ff1268b14d3d03ed488f545a7123c8f1/src/tmuxp/plugin.py#L90
- **Page:** https://libtmux.org/en/py/latest/workspace/reference/tmuxp-plugin-config/

tmuxp plugin configuration mapping.

The fully populated form of the plugin keyword arguments: every key is
present once :func:`setup_plugin_config` has merged the caller's arguments
over ``DEFAULT_CONFIG``.

## Members

- `plugin_name` (attribute)
- `tmux_min_version` (attribute)
- `tmux_max_version` (attribute)
- `tmux_version_incompatible` (attribute)
- `libtmux_min_version` (attribute)
- `libtmux_max_version` (attribute)
- `libtmux_version_incompatible` (attribute)
- `tmuxp_min_version` (attribute)
- `tmuxp_max_version` (attribute)
- `tmuxp_version_incompatible` (attribute)
