Compare commits

..

No commits in common. "4c3e0ca9130f086ab9a4321fad1dac4933a37575" and "722391cc78c21a05db6629a582961467929d02b0" have entirely different histories.

5 changed files with 4 additions and 11 deletions

@ -1 +1 @@
Subproject commit dd23b92ee9bfb6d790b6018ac1e52ba040649666
Subproject commit 3611c32d60f7478570d0f705466c307f66ed689a

@ -1 +1 @@
Subproject commit 1fff637559f29d5edbdb05e03327954a8cd9e406
Subproject commit 245eaf8e50fe440729056ce8d4e7e2bb5b1ff9c9

@ -1 +1 @@
Subproject commit b951b87b46c34356d44aa71886aecf9dd7f5788a
Subproject commit 76c4e32d8f1aa493bb68d4a3fcd3c700395c303c

@ -1 +1 @@
Subproject commit 665b16ac8915f746bc43c9572b4581a5e9047216
Subproject commit 77c86cb5db8960d224f2a866120893e61d62f5e8

View File

@ -142,12 +142,6 @@ function! LinterStatus() abort
\)
endfunction
" gitgutter: get a list of counts of added, modified, and removed lines in the current buffer
function! GitStatus()
let [a,m,r] = GitGutterGetHunkSummary()
return printf('ap:+%d md: ~%d rm: -%d', a, m, r)
endfunction
set laststatus=2
set statusline=
set statusline+=%#PmenuSel#
@ -158,7 +152,6 @@ set statusline+=\ %M
set statusline+=\ %r
set statusline+=\ %F
set statusline+=%= "Right side settings
set statusline+=[%{GitStatus()}]
set statusline+=\ [%{LinterStatus()}\]
set statusline+=\ %y
set statusline+=%#CursorColumn#