Browse Source

Add vim rest client

Thomas Dy 8 years ago
parent
commit
cc62fd6f0b
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .config/git/ignore
  2. 1 0
      .vimrc

+ 1 - 0
.config/git/ignore

@@ -51,3 +51,4 @@ Thumbs.db
 *.sw?
 tags
 project.vim
+*.rest

+ 1 - 0
.vimrc

@@ -10,6 +10,7 @@ Plug 'sjl/gundo.vim'
 Plug 'Shougo/unite.vim'
 Plug 'Shougo/vimproc.vim', {'do' : 'make'}
 Plug 'EinfachToll/DidYouMean'
+Plug 'diepm/vim-rest-console'
 
 Plug 'vim-scripts/dbext.vim', {'for': 'sql'}
 Plug 'cespare/vim-toml'