1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Added gitgutter nvim plugin

This commit is contained in:
Ryan Kes 2020-04-27 10:37:29 +02:00
parent 381e157dec
commit a51981aeb0
2 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,7 @@ A repository of my personal configuration files.
**** Navigation **** Navigation
- [[https://github.com/unblevable/quick-scope][unblevable/quick-scope]] - [[https://github.com/unblevable/quick-scope][unblevable/quick-scope]]
*** Programming *** Programming
- [[https://github.com/airblade/vim-gitgutter][airblade/vim-gitgutter]]
- [[https://github.com/autozimu/LanguageClient-neovim][autozimu/LanguageClient-neovim]] - [[https://github.com/autozimu/LanguageClient-neovim][autozimu/LanguageClient-neovim]]
- [[https://github.com/godlygeek/tabular][godlygeek/tabular]] - [[https://github.com/godlygeek/tabular][godlygeek/tabular]]
- [[https://github.com/preservim/nerdcommenter][preservim/nerdcommenter]] - [[https://github.com/preservim/nerdcommenter][preservim/nerdcommenter]]

View File

@ -52,6 +52,7 @@
\ 'branch': 'next', \ 'branch': 'next',
\ 'do': 'bash install.sh', \ 'do': 'bash install.sh',
\ } \ }
Plug 'airblade/vim-gitgutter'
Plug 'godlygeek/tabular' Plug 'godlygeek/tabular'
Plug 'preservim/nerdcommenter' Plug 'preservim/nerdcommenter'
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' } Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }