✨ Added vim-fugitive for git commands in nvim
This commit is contained in:
parent
43937c2758
commit
0fedfc5204
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ require('packer').startup(function()
|
|||
use 'mattn/emmet-vim'
|
||||
use 'norcalli/nvim-colorizer.lua'
|
||||
use 'airblade/vim-gitgutter'
|
||||
use 'tpope/vim-fugitive'
|
||||
use 'junegunn/fzf.vim' -- better fuzzy find files
|
||||
use 'preservim/nerdcommenter'
|
||||
use {'lewis6991/gitsigns.nvim'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue