feat(diff): better diff settings
This commit is contained in:
@@ -7,6 +7,17 @@ return {
|
|||||||
opt = {
|
opt = {
|
||||||
clipboard = "",
|
clipboard = "",
|
||||||
cmdheight = 1,
|
cmdheight = 1,
|
||||||
|
diffopt = {
|
||||||
|
-- default
|
||||||
|
"internal",
|
||||||
|
"closeoff",
|
||||||
|
"filler",
|
||||||
|
-- end default
|
||||||
|
"iwhite",
|
||||||
|
"algorithm:histogram",
|
||||||
|
"indent-heuristic",
|
||||||
|
"linematch:60",
|
||||||
|
},
|
||||||
expandtab = true,
|
expandtab = true,
|
||||||
foldmethod = "syntax",
|
foldmethod = "syntax",
|
||||||
foldnestmax = 150,
|
foldnestmax = 150,
|
||||||
@@ -20,10 +31,9 @@ return {
|
|||||||
signcolumn = "auto",
|
signcolumn = "auto",
|
||||||
spell = false,
|
spell = false,
|
||||||
tabstop = 4,
|
tabstop = 4,
|
||||||
textwidth = 120,
|
textwidth = 100,
|
||||||
wrap = true,
|
|
||||||
winblend = 0,
|
winblend = 0,
|
||||||
pumblend = 0,
|
wrap = true,
|
||||||
},
|
},
|
||||||
g = {
|
g = {
|
||||||
neovide_hide_mouse_when_typing = true,
|
neovide_hide_mouse_when_typing = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user