Compare commits

...

3 Commits

Author SHA1 Message Date
Rob Watson 17e44a6338 fix(nvim): typo
continuous-integration/drone/push Build is passing Details
2024-12-03 04:39:44 +01:00
Rob Watson aa312d252e style(nvim): remove tabs from lua 2024-12-03 04:39:31 +01:00
Rob Watson d6dbebea76 chore(git): delta config 2024-12-03 04:22:23 +01:00
2 changed files with 104 additions and 97 deletions

View File

@ -112,13 +112,17 @@
[credential "https://github.com"]
helper = !gh auth git-credential
[diff]
colorWords = true
tool = vimdiff
ignoreSubmodules = dirty
[merge]
tool = vimdiff
conflictstyle = zdiff3
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
dark = true
side-by-side = true
plus-style = 'syntax "#142e20"'
zero-style = 'syntax "#1d1f21" dim'
@ -126,3 +130,6 @@
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none
wrap-max-lines=unlimited
wrap-right-percent=1
wrap-left-symbol=" "

View File

@ -48,7 +48,7 @@ local diagnostics = {
require("lualine").setup({
options = {
icons_enabled = false,
theme = "gruxbox_dark",
theme = "gruvbox_dark",
component_separators = "",
section_separators = { left = "", right = "" },
},