Compare commits

..

No commits in common. "bf7c4fcea58bfb203afbfa78c8bebd89d2b25b22" and "02b453f86cf2d6993551b0231983719897455d90" have entirely different histories.

2 changed files with 2 additions and 20 deletions

View File

@ -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'

View File

@ -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,
},
},
}