fix: split with the same logic as the editor

This commit is contained in:
NicolasGB
2025-11-23 16:34:42 +01:00
committed by Nicolas GB
parent d385501067
commit f6982a7716
3 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ function M.setup(opts)
picker.setup(opts and opts.picker or {})
utils.setup({ highlights = M.config.highlights })
-- Pass describe_editor config to cmd module
if opts and opts.describe_editor then
cmd.config.describe_editor = opts.describe_editor