Last active
May 14, 2020 17:33
-
-
Save Werner1201/7f6b856c469879cfc1b5cf52b844b6c9 to your computer and use it in GitHub Desktop.
plugins que uso no vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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