feat(editor): Add the possibility to configure a window for the editor like in the terminal allowing for "hsplit"/"vsplit"/"tab"/"floating" (#114)

This commit is contained in:
Nicolas GB
2026-05-19 18:04:44 +02:00
committed by GitHub
parent b3d449ad41
commit 5558c22471
6 changed files with 144 additions and 69 deletions
+1 -4
View File
@@ -38,10 +38,7 @@ local utils = require("jj.utils")
---@field rev string the revision to diff against
---@type jj.diff.config
M.config = {
backend = "native",
backends = {},
}
M.config = {}
---@type table<string, jj.diff.BackendImpl>
local backends = {}