Feat(diffview): use 3-way mixed windows mergeview by default

Moved diffview opts to main types file and changed default from 3-way veritcal to 3-way mixed
window.
This commit is contained in:
2025-02-15 21:28:14 -05:00
parent 97da62dcbe
commit c6fcdfef49
+11
View File
@@ -586,6 +586,17 @@ M.tokyonight = {
--- Autosave configuration options
M.autosave = {}
--- DiffView configuration options
M.diffview = {
opts = {
view = {
merge_tool = {
layout = 'diff3_mixed',
},
},
},
}
--- Kulala plugin types
M.kulala = {
ft = { 'http', 'https', 'ftp', 'ftps' },