plugins.aerial.settings.float.override
Override the config for a specific window.
Type: null or raw lua code
Default:
null
Plugin default:
lib.nixvim.mkRaw ''
function(conf, source_winid)
-- This is the config that will be passed to nvim_open_win.
-- Change values here to customize the layout
return conf
end
''
Declared by: