flatten.nvim icon indicating copy to clipboard operation
flatten.nvim copied to clipboard

feat(config): pre_open can return updated config

Open dk949 opened this issue 8 months ago • 0 comments

The pre_open hook can now return a table which will be merged with the user's default config for the current file being edited.

This allows per file name/type configuration provided appropriate data is passed via the guest_data hook.

If pre_open returns nil, behaviour is unchanged.

Closes #111

dk949 avatar Jun 01 '25 14:06 dk949