Skip to content

Instantly share code, notes, and snippets.

@Werner1201
Last active May 14, 2020 17:33
Show Gist options
  • Save Werner1201/7f6b856c469879cfc1b5cf52b844b6c9 to your computer and use it in GitHub Desktop.
Save Werner1201/7f6b856c469879cfc1b5cf52b844b6c9 to your computer and use it in GitHub Desktop.
plugins que uso no vim
"Meus Plugins"
call plug#begin('~/.vim/plugged')
"Light Bar"
Plug 'vim-airline/vim-airline'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-surround'
Plug 'davidhalter/jedi-vim'
Plug 'valloric/youcompleteme'
Plug 'mattn/emmet-vim'
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment