Browse Source

Add git-fugitive

refactor/nvim-lua
garritfra 6 years ago
parent
commit
d12ddde6ba
  1. 2
      .vimrc

2
.vimrc

@ -15,6 +15,7 @@ Plugin 'wakatime/vim-wakatime'
Plugin 'kien/ctrlp.vim'
Plugin 'prettier/vim-prettier'
Plugin 'joshdick/onedark.vim'
Plugin 'tpope/vim-fugitive'
call vundle#end() " required
filetype plugin indent on " required
@ -32,7 +33,6 @@ set noshowmode
" Colorscheme
colorscheme onedark
" Autoclose Brackets
inoremap {<cr> {<cr>}<c-o><s-o>
inoremap [<cr> [<cr>]<c-o><s-o>

Loading…
Cancel
Save