Compare commits
No commits in common. "bf7c4fcea58bfb203afbfa78c8bebd89d2b25b22" and "02b453f86cf2d6993551b0231983719897455d90" have entirely different histories.
bf7c4fcea5
...
02b453f86c
7
.lazygit
7
.lazygit
@ -1,8 +1,3 @@
|
||||
customCommands:
|
||||
- key: '<c-P>'
|
||||
context: 'global'
|
||||
command: 'git push --force-with-lease'
|
||||
description: 'Force push with lease.'
|
||||
gui:
|
||||
timeFormat: '2006-01-02'
|
||||
mouseEvents: false
|
||||
@ -26,6 +21,8 @@ gui:
|
||||
- '#4c4f69'
|
||||
searchingActiveBorderColor:
|
||||
- '#df8e1d'
|
||||
|
||||
|
||||
authorColors:
|
||||
'*': '#7287fd'
|
||||
|
||||
|
@ -1,15 +0,0 @@
|
||||
-- Resize window to prioritize the focused on.
|
||||
-- https://github.com/nvim-focus/focus.nvim
|
||||
return {
|
||||
'nvim-focus/focus.nvim',
|
||||
opts = {
|
||||
enable = true,
|
||||
ui = {
|
||||
-- Display line numbers in the focused window only.
|
||||
hybridnumber = true,
|
||||
|
||||
-- Display signcolumn in the focussed window only
|
||||
signcolumn = true,
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user