diff --git a/init.vim b/init.vim index 135c08f..833797b 100644 --- a/init.vim +++ b/init.vim @@ -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