Skip to content

Commit

Permalink
that time chee put its init.vim on computers
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Feb 11, 2017
1 parent dd79e98 commit f6102df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
autoload/
plugged/

2 changes: 2 additions & 0 deletions init.vim
Expand Up @@ -25,9 +25,11 @@ call plug#begin()
Plug 'othree/es.next.syntax.vim'
Plug 'othree/yajs.vim'
Plug 'rhysd/nyaovim-markdown-preview'
Plug 'ryanoasis/vim-devicons'
Plug 'roblillack/vim-bufferlist'
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'subosito/nginx.vim'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'ternjs/tern_for_vim', { 'do': 'npm install && npm install -g tern' }
Plug 'terryma/vim-expand-region'
Plug 'tpope/vim-abolish'
Expand Down

0 comments on commit f6102df

Please sign in to comment.