Skip to content

Instantly share code, notes, and snippets.

@andyrufasto
Last active August 21, 2020 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andyrufasto/7a2bf4f310cbd0b4b17e442316810158 to your computer and use it in GitHub Desktop.
Save andyrufasto/7a2bf4f310cbd0b4b17e442316810158 to your computer and use it in GitHub Desktop.
Plugins de Vim
set rtp+=~/.vim/bundle/Vundle.vim
filetype plugin indent on
call plug#begin()
Plugin 'dylanaraps/wal.vim'
Plugin 'vim-airline/vim-airline'
Plugin 'francoiscabrol/ranger.vim'
Plugin 'neoclide/coc.nvim', {'branch': 'release'}
Plugin 'voldikss/vim-floaterm'
Plugin 'KKPMW/vim-sendtowindow'
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment