Remove username and hostname with ssh, better git quickshow

This commit is contained in:
2021-09-07 03:24:39 +02:00
parent b9ab6c20e5
commit 35f6b47ca5
3 changed files with 18 additions and 15 deletions
+3 -2
View File
@@ -245,10 +245,11 @@ Plug 'https://github.com/itchyny/lightline.vim'
let g:lightline = {
\ 'active': {
\ 'left': [ [ 'mode', 'paste' ],
\ [ 'gitbranch', 'filename', 'readonly', 'modified' ],
\ [ 'filename', 'readonly', 'modified' ],
\ [ 'gitdiff' ] ],
\ 'right': [ [ 'lineinfo' ],
\ [ 'percent' ] ]
\ [ 'percent' ],
\ [ 'gitbranch' ] ]
\ },
\ 'inactive': {
\ 'left': [ [ 'filename', 'gitversion' ] ],