dotfiles

My configuration files
git clone git://git.finwo.net/misc/dotfiles
Log | Files | Refs

commit bf60812e0ccdd1679af27b15e6fc4ae83b19ab70
parent 8ab0e238fb45208b35bef03d1a95c94ec2157b29
Author: finwo <finwo@pm.me>
Date:   Tue, 21 May 2019 17:08:11 +0200

Include npm install for neovim/tern

Diffstat:
Mneovim/home/.vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/neovim/home/.vimrc b/neovim/home/.vimrc @@ -16,7 +16,7 @@ Plug 'padawan-php/deoplete-padawan', { 'do': 'composer install' } Plug 'qpkorr/vim-bufkill' Plug 'scrooloose/nerdtree' Plug 'sheerun/vim-polyglot' -Plug 'ternjs/tern_for_vim' +Plug 'ternjs/tern_for_vim', { 'do': 'npm install' } Plug 'tpope/vim-commentary' Plug 'tpope/vim-fugitive' Plug 'tpope/vim-eunuch'