mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-05 02:36:07 +00:00
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:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user