✨ 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:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user