Skip to content

Instantly share code, notes, and snippets.

@kmurph73
Last active March 19, 2023 17:42
Show Gist options
  • Save kmurph73/3278596 to your computer and use it in GitHub Desktop.
Save kmurph73/3278596 to your computer and use it in GitHub Desktop.
vim-plug config
call plug#begin()
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-rails'
Plug 'vim-ruby/vim-ruby'
Plug 'tpope/vim-surround'
Plug 'tpope/vim-repeat'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'scrooloose/nerdtree'
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment