added git-gutter
This commit is contained in:
parent
beae9c6544
commit
61243baabb
11
init.vim
11
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user