Skip to content

Commit

Permalink
update lazygit config formatting and do not run formatting anymore (#302
Browse files Browse the repository at this point in the history
)
  • Loading branch information
topher200 authored Jul 17, 2024
1 parent 8611372 commit 0cc9b50
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
exclude: |
(?x)^(
files/.config/lazygit/config.yml|
files/.config/nvim/pack.*|
files/.oh-my-zsh/.*|
files/.tmux/plugins/.*|
Expand Down
30 changes: 14 additions & 16 deletions files/.config/lazygit/config.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
# full config list: https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default

git:
disableForcePushing: true
parseEmoji: true
skipRewordInEditorWarning: true
disableForcePushing: true
parseEmoji: true
skipRewordInEditorWarning: true
gui:
theme:
selectedLineBgColor:
- underline
selectedRangeBgColor:
- underline
paging:
colorArg: always
pager: delta --dark --paging=never
theme:
selectedLineBgColor:
- underline
selectedRangeBgColor:
- underline
paging:
colorArg: always
pager: delta --dark --paging=never
quitOnTopLevelReturn: true
keybinding:
universal:
return: q
quit:
universal:
return: q
quit: <disabled>

0 comments on commit 0cc9b50

Please sign in to comment.