Created
September 20, 2016 09:09
-
-
Save mofas/2f8c281f5f8b532b995c23b78d320f75 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
call plug#begin('~/.vim/plugged') | |
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } | |
Plug 'scrooloose/nerdtree' | |
Plug 'tpope/vim-repeat' | |
Plug 'jiangmiao/auto-pairs' | |
Plug 'airblade/vim-gitgutter' | |
Plug 'nathanaelkane/vim-indent-guides' | |
Plug 'itchyny/lightline.vim' | |
Plug 'othree/yajs.vim' | |
Plug 'othree/es.next.syntax.vim' | |
Plug 'mxw/vim-jsx' | |
Plug 'othree/javascript-libraries-syntax.vim' | |
Plug 'scrooloose/syntastic' | |
Plug 'bling/vim-airline' | |
call plug#end() | |
"== junegunn/fzf == | |
nnoremap <C-T> :FZF<CR> | |
inoremap <C-T> <ESC>:FZF<CR>i | |
"== scrooloose/nerdtree == | |
nnoremap <C-\> :NERDTreeToggle<CR> | |
inoremap <C-\> <ESC>:NERDTreeToggle<CR>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://dougblack.io/words/a-good-vimrc.html