Compare commits
No commits in common. "17e44a63387ff890f488a9a04cc8d63a52a05268" and "e14f0887797d1bf34b0e0040bca16a3063704681" have entirely different histories.
17e44a6338
...
e14f088779
@ -112,17 +112,13 @@
|
|||||||
[credential "https://github.com"]
|
[credential "https://github.com"]
|
||||||
helper = !gh auth git-credential
|
helper = !gh auth git-credential
|
||||||
[diff]
|
[diff]
|
||||||
colorWords = true
|
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
ignoreSubmodules = dirty
|
ignoreSubmodules = dirty
|
||||||
[merge]
|
[merge]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
conflictstyle = zdiff3
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only
|
diffFilter = delta --color-only
|
||||||
[delta]
|
[delta]
|
||||||
navigate = true
|
|
||||||
dark = true
|
|
||||||
side-by-side = true
|
side-by-side = true
|
||||||
plus-style = 'syntax "#142e20"'
|
plus-style = 'syntax "#142e20"'
|
||||||
zero-style = 'syntax "#1d1f21" dim'
|
zero-style = 'syntax "#1d1f21" dim'
|
||||||
@ -130,6 +126,3 @@
|
|||||||
commit-decoration-style = bold yellow box ul
|
commit-decoration-style = bold yellow box ul
|
||||||
file-style = bold yellow ul
|
file-style = bold yellow ul
|
||||||
file-decoration-style = none
|
file-decoration-style = none
|
||||||
wrap-max-lines=unlimited
|
|
||||||
wrap-right-percent=1
|
|
||||||
wrap-left-symbol=" "
|
|
||||||
|
@ -48,7 +48,7 @@ local diagnostics = {
|
|||||||
require("lualine").setup({
|
require("lualine").setup({
|
||||||
options = {
|
options = {
|
||||||
icons_enabled = false,
|
icons_enabled = false,
|
||||||
theme = "gruvbox_dark",
|
theme = "gruxbox_dark",
|
||||||
component_separators = "",
|
component_separators = "",
|
||||||
section_separators = { left = "", right = "" },
|
section_separators = { left = "", right = "" },
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user