From f6102df9523903274d1fc4818cdef2512d40369a Mon Sep 17 00:00:00 2001 From: chee Date: Sat, 11 Feb 2017 01:16:24 +0000 Subject: [PATCH] that time chee put its init.vim on computers --- .gitignore | 3 +++ init.vim | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..de2ba70 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +autoload/ +plugged/ + diff --git a/init.vim b/init.vim index 5611d87..ca03a13 100644 --- a/init.vim +++ b/init.vim @@ -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'