added git-gutter

This commit is contained in:
Daniel Knüttel 2021-03-14 22:26:17 +01:00
parent beae9c6544
commit 61243baabb
1 changed files with 10 additions and 1 deletions

View File

@ -118,6 +118,9 @@ Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } }
" This is a tree manager
Plug 'kyazdani42/nvim-web-devicons'
Plug 'kyazdani42/nvim-tree.lua'
" Git Gut.
Plug 'airblade/vim-gitgutter'
call plug#end()
"===================== Language Server Configuration ===========================
@ -272,7 +275,7 @@ if exists('g:started_by_firenvim')
endif
"==================== Statusline Settings ======================================
"========================== Statusline Settings ================================
"===============================================================================
set statusline=
@ -280,3 +283,9 @@ set statusline+=%-f\ %-y%-r%<
set statusline+=%=%-0.20{LspStatus()}
set statusline+=%=%l,%v
set laststatus=2
"===================== Settings Related to GIT GUD =============================
"===============================================================================
set updatetime=200