flatten.nvim
flatten.nvim copied to clipboard
feat(config): pre_open can return updated config
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